Index: ui/aura/window_tree_host_win.cc |
diff --git a/ui/aura/window_tree_host_win.cc b/ui/aura/window_tree_host_win.cc |
index adf56e91ac76e7092f40d754d9278d016efe6a82..46b2e10fd91230485763dc1ac83d962628484af1 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(); |
} |