| Index: ui/aura/window_tree_host_ozone.h
 | 
| diff --git a/ui/aura/window_tree_host_ozone.h b/ui/aura/window_tree_host_ozone.h
 | 
| index dadae63cf020ca95578165a501f24a26e44c2d91..d9f8f09e0629addb8b8f68ceb905c3165fc62bbe 100644
 | 
| --- a/ui/aura/window_tree_host_ozone.h
 | 
| +++ b/ui/aura/window_tree_host_ozone.h
 | 
| @@ -31,17 +31,12 @@ class WindowTreeHostOzone : public WindowTreeHost,
 | 
|    virtual gfx::AcceleratedWidget GetAcceleratedWidget() OVERRIDE;
 | 
|    virtual void Show() OVERRIDE;
 | 
|    virtual void Hide() OVERRIDE;
 | 
| -  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& bounds) OVERRIDE;
 | 
|    virtual gfx::Point GetLocationOnNativeScreen() const OVERRIDE;
 | 
|    virtual void SetCapture() OVERRIDE;
 | 
|    virtual void ReleaseCapture() OVERRIDE;
 | 
|    virtual bool QueryMouseLocation(gfx::Point* location_return) OVERRIDE;
 | 
| -  virtual bool ConfineCursorToRootWindow() OVERRIDE;
 | 
| -  virtual void UnConfineCursor() OVERRIDE;
 | 
|    virtual void PostNativeEvent(const base::NativeEvent& event) OVERRIDE;
 | 
|    virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
 | 
|    virtual void SetCursorNative(gfx::NativeCursor cursor_type) OVERRIDE;
 | 
| 
 |