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..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 |