| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index 1b8068e950c6bb29e5fa4ff320f094058a13a1ed..0493a26e5a2ca3ba97c9f2bfbb8786de6b1f5441 100644
|
| --- a/ui/aura/root_window.h
|
| +++ b/ui/aura/root_window.h
|
| @@ -103,12 +103,6 @@ class AURA_EXPORT RootWindow : public ui::EventProcessor,
|
|
|
| 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
|
|
|