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

Unified Diff: ui/aura/root_window.h

Issue 10828133: Desktop Aura: Allow tab drags out of window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup 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
« 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 92362690b39b4c988efe115f07795c13ff63eed3..9f4b9f1fa3a823eb9fd66f1aec9e8506d0dc836e 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -109,6 +109,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
// Shows the root window host.
void ShowRootWindow();
+ // Hides the root window host.
+ void HideRootWindow();
+
RootWindowHostDelegate* AsRootWindowHostDelegate();
// Sets the size of the root window.
@@ -304,6 +307,7 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
virtual bool OnHostTouchEvent(ui::TouchEvent* event) OVERRIDE;
virtual void OnHostLostCapture() OVERRIDE;
virtual void OnHostPaint() OVERRIDE;
+ virtual void OnHostMoved(const gfx::Point& origin) OVERRIDE;
virtual void OnHostResized(const gfx::Size& size) OVERRIDE;
virtual float GetDeviceScaleFactor() OVERRIDE;
virtual RootWindow* AsRootWindow() OVERRIDE;
« 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