| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| index 25e8ef178fd7806924071c83b88d2b2f621640c9..86264e24c6b8502eabac09fa9fea0ebeb5f1953c 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| @@ -156,7 +156,6 @@ class VIEWS_EXPORT DesktopWindowTreeHostX11
|
| 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;
|
|
|