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

Unified Diff: ui/aura/remote_root_window_host_win.h

Issue 12342028: make menus, bubbles, etc. top level windows on aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes Created 7 years, 9 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/remote_root_window_host_win.h
diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_root_window_host_win.h
index 61494ff65063f299df4e204cec02ab0ec098e1ad..0992a3bb4e2b70e091f78af24f7fb021d9fd2660 100644
--- a/ui/aura/remote_root_window_host_win.h
+++ b/ui/aura/remote_root_window_host_win.h
@@ -167,6 +167,7 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost {
virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE;
virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
virtual void PrepareForShutdown() OVERRIDE;
+ virtual void SetHostWindowExpansion(const gfx::Rect& extra) OVERRIDE;
// Helper function to dispatch a keyboard message to the desired target.
// The default target is the RootWindowHostDelegate. For nested message loop

Powered by Google App Engine
This is Rietveld 408576698