summaryrefslogtreecommitdiffstats
path: root/ui/aura/window_tree_host_win.cc
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-12 04:50:44 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-12 04:50:44 +0000
commit8709371a95bb7b56e239df5f009f39fdaa8672d0 (patch)
tree2aa46ffac06e0be1561a38097beae219fd76e482 /ui/aura/window_tree_host_win.cc
parent2b74405f80258edcad57fb93ef84f513a824ea9d (diff)
downloadchromium_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_win.cc')
-rw-r--r--ui/aura/window_tree_host_win.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/aura/window_tree_host_win.cc b/ui/aura/window_tree_host_win.cc
index adf56e9..46b2e10 100644
--- a/ui/aura/window_tree_host_win.cc
+++ b/ui/aura/window_tree_host_win.cc
@@ -149,11 +149,6 @@ void WindowTreeHostWin::PostNativeEvent(const base::NativeEvent& native_event) {
hwnd(), native_event.message, native_event.wParam, native_event.lParam);
}
-void WindowTreeHostWin::OnDeviceScaleFactorChanged(
- float device_scale_factor) {
- NOTIMPLEMENTED();
-}
-
ui::EventProcessor* WindowTreeHostWin::GetEventProcessor() {
return dispatcher();
}