| 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_;
|
|
|