Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: content/browser/compositor/offscreen_browser_compositor_output_surface.cc

Issue 1435133004: cc: Clean up max frames/swaps pending usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/compositor/offscreen_browser_compositor_output_surface.cc
diff --git a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
index 7f3d5eb9dbc5b472deeebb452d6147202cd68b70..15ae4d5d79b53ec100a8367a8f2db8fe3001146c 100644
--- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
+++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
@@ -41,7 +41,6 @@ OffscreenBrowserCompositorOutputSurface::
fbo_(0),
is_backbuffer_discarded_(false),
weak_ptr_factory_(this) {
- capabilities_.max_frames_pending = 1;
capabilities_.uses_default_gl_framebuffer = false;
}

Powered by Google App Engine
This is Rietveld 408576698