Chromium Code Reviews| 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 |