| Index: ui/aura/remote_window_tree_host_win.h
|
| diff --git a/ui/aura/remote_window_tree_host_win.h b/ui/aura/remote_window_tree_host_win.h
|
| index ae63b7447150a21e32a2aac913205eff25a7632f..b90801eb54b64438479e4b1bfe71c55c29bd0a40 100644
|
| --- a/ui/aura/remote_window_tree_host_win.h
|
| +++ b/ui/aura/remote_window_tree_host_win.h
|
| @@ -126,7 +126,6 @@ class AURA_EXPORT RemoteWindowTreeHostWin
|
| virtual void SetCapture() OVERRIDE;
|
| virtual void ReleaseCapture() 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;
|
| virtual void MoveCursorToNative(const gfx::Point& location) OVERRIDE;
|
| virtual void OnCursorVisibilityChangedNative(bool show) OVERRIDE;
|
|
|