Index: ui/views/widget/desktop_aura/desktop_root_window_host_linux.h |
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h |
index 2806fcb4e9012bc50cb068095efba4ed74727a74..8c4a97f5974fb1dc6da2bdb942a827cbc0883004 100644 |
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h |
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h |
@@ -148,6 +148,8 @@ class VIEWS_EXPORT DesktopRootWindowHostLinux |
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; |