Index: trunk/src/ui/aura/root_window.h |
=================================================================== |
--- trunk/src/ui/aura/root_window.h (revision 244032) |
+++ trunk/src/ui/aura/root_window.h (working copy) |
@@ -103,6 +103,12 @@ |
WindowTreeHostDelegate* AsWindowTreeHostDelegate(); |
+ // Gets/sets the size of the host window. |
+ void SetHostSize(const gfx::Size& size_in_pixel); |
+ |
+ // Sets the bounds of the host window. |
+ void SetHostBounds(const gfx::Rect& size_in_pizel); |
+ |
// Sets the currently-displayed cursor. If the cursor was previously hidden |
// via ShowCursor(false), it will remain hidden until ShowCursor(true) is |
// called, at which point the cursor that was last set via SetCursor() will be |