| Index: ui/aura/root_window_host_win.h
|
| diff --git a/ui/aura/root_window_host_win.h b/ui/aura/root_window_host_win.h
|
| index d5319adcee350e0bd1d22e20554041208e69eb43..eadaa17127cf473d55c79dcda929af55b17c67bc 100644
|
| --- a/ui/aura/root_window_host_win.h
|
| +++ b/ui/aura/root_window_host_win.h
|
| @@ -25,6 +25,8 @@ class RootWindowHostWin : public RootWindowHost, public ui::WindowImpl {
|
| virtual void ToggleFullScreen() OVERRIDE;
|
| virtual gfx::Rect GetBounds() const OVERRIDE;
|
| virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
|
| + virtual gfx::Insets GetInsets() const OVERRIDE;
|
| + virtual void SetInsets(const gfx::Insets& insets) OVERRIDE;
|
| virtual gfx::Point GetLocationOnNativeScreen() const OVERRIDE;
|
| virtual void SetCapture() OVERRIDE;
|
| virtual void ReleaseCapture() OVERRIDE;
|
|
|