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

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: 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
« no previous file with comments | « ui/aura/client/window_move_client.h ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ui/aura/client/window_move_client.h ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698