| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index 7cd317b8b3869cc0665b2afd0b5cd640e50f3eb4..cdc05c0aed023ab96de755fc33d7662942885888 100644
|
| --- a/ui/aura/root_window.h
|
| +++ b/ui/aura/root_window.h
|
| @@ -126,6 +126,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
|
| // Hides the root window host.
|
| void HideRootWindow();
|
|
|
| + // Stop listening events in preparation for shutdown.
|
| + void PrepareForShutdown();
|
| +
|
| RootWindowHostDelegate* AsRootWindowHostDelegate();
|
|
|
| // Sets the size of the root window.
|
|
|