Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: ui/aura/root_window.h

Issue 10909043: Cancel drag if display configuration changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win fix, adjust test screen size Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698