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 f7ea62279965d3fee7c3be88e9e08c1c4a3cc10e..672f06373805c4bbc1ed1c6e22487a2c84cf18df 100644 |
--- a/ui/aura/window_tree_host_ozone.h |
+++ b/ui/aura/window_tree_host_ozone.h |
@@ -39,7 +39,6 @@ class AURA_EXPORT WindowTreeHostOzone : public WindowTreeHost, |
virtual void SetCapture() OVERRIDE; |
virtual void ReleaseCapture() 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; |
virtual void MoveCursorToNative(const gfx::Point& location) OVERRIDE; |
virtual void OnCursorVisibilityChangedNative(bool show) OVERRIDE; |