| Index: ui/aura/remote_window_tree_host_win.cc
|
| diff --git a/ui/aura/remote_window_tree_host_win.cc b/ui/aura/remote_window_tree_host_win.cc
|
| index 0cd5ee878e9eef89d3ed56b17c374d24b275fe45..26b4ae69e495d938dc943bdb0f6fa8eed3a718ed 100644
|
| --- a/ui/aura/remote_window_tree_host_win.cc
|
| +++ b/ui/aura/remote_window_tree_host_win.cc
|
| @@ -275,11 +275,6 @@ void RemoteWindowTreeHostWin::PostNativeEvent(
|
| const base::NativeEvent& native_event) {
|
| }
|
|
|
| -void RemoteWindowTreeHostWin::OnDeviceScaleFactorChanged(
|
| - float device_scale_factor) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| ui::EventProcessor* RemoteWindowTreeHostWin::GetEventProcessor() {
|
| return dispatcher();
|
| }
|
|
|