Index: ui/aura/root_window.h |
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h |
index 3dac081c3eace6cdb981e0fc2024f017fdd40fe9..9eab5ebb875b00e988c99adfbae7b98450736e38 100644 |
--- a/ui/aura/root_window.h |
+++ b/ui/aura/root_window.h |
@@ -114,6 +114,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, |
// Hides the root window host. |
void HideRootWindow(); |
+ // Stop listening events in preparation for shutdown. |
+ void StopListeningEvents(); |
sky
2012/09/10 14:11:37
StopListeningForEvents here and on RootWindowHost.
oshima
2012/09/10 15:49:11
Renamed to PrepareForShutdown.
|
+ |
RootWindowHostDelegate* AsRootWindowHostDelegate(); |
// Sets the size of the root window. |