Index: ui/aura/remote_root_window_host_win.h |
diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_root_window_host_win.h |
index 34eac8053d685ab2a9b2cc357ac39685d55045c1..61494ff65063f299df4e204cec02ab0ec098e1ad 100644 |
--- a/ui/aura/remote_root_window_host_win.h |
+++ b/ui/aura/remote_root_window_host_win.h |
@@ -146,6 +146,8 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost { |
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; |