| 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 fec52b2b0a67947d16dfa5358749980bc5d22718..fecae4ab66a6a962a14a992fe430f098a22c43c4 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -634,6 +634,8 @@ class AURA_EXPORT WindowTreeClient
|
|
|
| gfx::Insets normal_client_area_insets_;
|
|
|
| + bool in_shutdown_ = false;
|
| +
|
| base::WeakPtrFactory<WindowTreeClient> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WindowTreeClient);
|
|
|