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

Unified Diff: ui/compositor/compositor.cc

Issue 2811813004: Surface Synchronization: Distinguish between dependencies and references (Closed)
Patch Set: Addressed Vlad's comments Created 3 years, 8 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: ui/compositor/compositor.cc
diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
index f69e71ee0dda95a7e88a164c674a9c403348a2b9..b83b08feeae9720452a7df762f0b8dbd7b040c03 100644
--- a/ui/compositor/compositor.cc
+++ b/ui/compositor/compositor.cc
@@ -126,7 +126,7 @@ Compositor::Compositor(const cc::FrameSinkId& frame_sink_id,
settings.initial_debug_state.SetRecordRenderingStats(
command_line->HasSwitch(cc::switches::kEnableGpuBenchmarking));
- settings.needs_valid_local_surface_id =
+ settings.enable_surface_synchronization =
command_line->HasSwitch(cc::switches::kEnableSurfaceSynchronization);
settings.use_zero_copy = IsUIZeroCopyEnabled();
« cc/trees/layer_tree_host_impl.cc ('K') | « content/renderer/gpu/render_widget_compositor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698