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

Unified Diff: ui/aura/root_window_host.h

Issue 12342028: make menus, bubbles, etc. top level windows on aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/root_window_host.h
diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h
index 424968cd988843c1c8a5189d19038ee868d94553..438bc1b4795acce16dc2ee3d5dd108ab75ac88b2 100644
--- a/ui/aura/root_window_host.h
+++ b/ui/aura/root_window_host.h
@@ -122,6 +122,8 @@ class AURA_EXPORT RootWindowHost {
// Stop listening events in preparation for shutdown.
virtual void PrepareForShutdown() = 0;
+
+ virtual void SetHostWindowExpansion(const gfx::Rect& extra) = 0;
sky 2013/03/14 20:06:37 Add a description.
scottmg 2013/03/14 22:51:53 Done.
};
} // namespace aura

Powered by Google App Engine
This is Rietveld 408576698