diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-12 04:50:44 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-12 04:50:44 +0000 |
commit | 8709371a95bb7b56e239df5f009f39fdaa8672d0 (patch) | |
tree | 2aa46ffac06e0be1561a38097beae219fd76e482 /ui/aura/window_tree_host_ozone.h | |
parent | 2b74405f80258edcad57fb93ef84f513a824ea9d (diff) | |
download | chromium_src-8709371a95bb7b56e239df5f009f39fdaa8672d0.zip chromium_src-8709371a95bb7b56e239df5f009f39fdaa8672d0.tar.gz chromium_src-8709371a95bb7b56e239df5f009f39fdaa8672d0.tar.bz2 |
aura: Remove WindowTreeHost::OnDeviceScaleFactorChanged.
None of the implementations if WindowTreeHosts do anything when
the device-scale factor changes. So remove it.
BUG=none
R=sky@chromium.org
Review URL: https://codereview.chromium.org/389663003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282799 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/window_tree_host_ozone.h')
-rw-r--r-- | ui/aura/window_tree_host_ozone.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/aura/window_tree_host_ozone.h b/ui/aura/window_tree_host_ozone.h index f7ea622..672f063 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; |