| Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.h | 
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.h b/ui/views/widget/desktop_aura/desktop_root_window_host_win.h | 
| index 43e5753d8f943f3221d92f2d8d9cd9b387246569..66dbe5449c371d32f5432a19f8b986f561c7ffac 100644 | 
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.h | 
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.h | 
| @@ -103,6 +103,8 @@ class VIEWS_EXPORT DesktopRootWindowHostWin | 
| 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; | 
|  |