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

Unified Diff: ui/aura/root_window_host.h

Issue 10828133: Desktop Aura: Allow tab drags out of window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Better mouse tracking Created 8 years, 4 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_host.h
diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h
index 65a3f196d12df031fe9ab6c6c5c121d71a6b600d..74502bfa128d00f5968a3198b9940180d44f4a46 100644
--- a/ui/aura/root_window_host.h
+++ b/ui/aura/root_window_host.h
@@ -50,6 +50,9 @@ class RootWindowHost {
// Shows the RootWindowHost.
virtual void Show() = 0;
+ // Hides the RootWindowHost.
+ virtual void Hide() = 0;
+
// Toggles the host's full screen state.
virtual void ToggleFullScreen() = 0;

Powered by Google App Engine
This is Rietveld 408576698