| 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 a8b1f1368de07019ac84771ece0cb18361f9df82..2632de9b019a3290ed3de8ad815f61f02f5b8b17 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -608,6 +608,8 @@ class AURA_EXPORT WindowTreeClient
|
| // Set to true once OnWmDisplayAdded() is called.
|
| bool got_initial_displays_ = false;
|
|
|
| + gfx::Insets normal_client_area_insets_;
|
| +
|
| base::WeakPtrFactory<WindowTreeClient> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WindowTreeClient);
|
|
|