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

Unified Diff: cc/trees/layer_tree_host.cc

Issue 16304003: Unified OutputSurface::SwapBuffers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: SynchronousCompositorOutputSurface::DemandDrawSw Created 7 years, 6 months 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: cc/trees/layer_tree_host.cc
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
index 3bc69bd0db4a4d24bf0e3b70ca896ce7810296bc..a774fe591a92ea9e4fcd593b6c3817f742e7cbc8 100644
--- a/cc/trees/layer_tree_host.cc
+++ b/cc/trees/layer_tree_host.cc
@@ -48,7 +48,6 @@ RendererCapabilities::RendererCapabilities()
: best_texture_format(0),
using_partial_swap(false),
using_set_visibility(false),
- using_swap_complete_callback(false),
using_gpu_memory_manager(false),
using_egl_image(false),
allow_partial_texture_updates(false),

Powered by Google App Engine
This is Rietveld 408576698