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

Unified Diff: ui/aura/mus/window_tree_client.h

Issue 2785703002: Aura-Mus: Plumb LocalSurfaceId to ui::Compositor (Closed)
Patch Set: Created 3 years, 9 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/aura/mus/window_tree_client.h
diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
index 1ab651173556821ded4c6250f3539a8e5e5a1c2b..448732e696336d3f9676c8026271e272552b6146 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -562,6 +562,8 @@ class AURA_EXPORT WindowTreeClient
bool in_destructor_;
+ bool enable_surface_synchronization_ = false;
+
// A mapping to shared memory that is one 32 bit integer long. The window
// server uses this to let us synchronously read the cursor location.
mojo::ScopedSharedBufferMapping cursor_location_mapping_;
« ui/aura/mus/DEPS ('K') | « ui/aura/mus/DEPS ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698