| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| index dc8a2184896a5574901af8318a3e24f8e701a7ba..95044e3591d25b128bdfc7ccd2b23d4e16420737 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| @@ -109,17 +109,12 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
|
| 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& insets) 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& native_event) OVERRIDE;
|
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
|
| virtual void SetCursorNative(gfx::NativeCursor cursor) OVERRIDE;
|
|
|