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

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: 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/root_window_host.h
diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h
index 424968cd988843c1c8a5189d19038ee868d94553..23a39e58ab7a5576903383758a044143c23b6e72 100644
--- a/ui/aura/root_window_host.h
+++ b/ui/aura/root_window_host.h
@@ -122,6 +122,10 @@ class AURA_EXPORT RootWindowHost {
// Stop listening events in preparation for shutdown.
virtual void PrepareForShutdown() = 0;
+
+ // Notifies how much the host window will need to be expanded in order to
+ // contain layer animation in excess of the regular size.
sky 2013/03/15 03:15:05 Also indicate what effects this has on the layers
scottmg 2013/03/15 22:23:46 Done.
+ virtual void SetHostWindowExpansion(const gfx::Rect& extra) = 0;
};
} // namespace aura

Powered by Google App Engine
This is Rietveld 408576698