diff options
Diffstat (limited to 'ui/aura/window_tree_host_win.cc')
-rw-r--r-- | ui/aura/window_tree_host_win.cc | 5 |
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(); } |