| Index: ui/aura/window_tree_host_x11.cc
|
| diff --git a/ui/aura/window_tree_host_x11.cc b/ui/aura/window_tree_host_x11.cc
|
| index 083b6ad3e689bc95219c920e51258690c917f3b4..88fb601b05e4755f1e32db1513695a1a5283145f 100644
|
| --- a/ui/aura/window_tree_host_x11.cc
|
| +++ b/ui/aura/window_tree_host_x11.cc
|
| @@ -609,10 +609,6 @@ void WindowTreeHostX11::PostNativeEvent(
|
| XFlush(xdisplay_);
|
| }
|
|
|
| -void WindowTreeHostX11::OnDeviceScaleFactorChanged(
|
| - float device_scale_factor) {
|
| -}
|
| -
|
| void WindowTreeHostX11::SetCursorNative(gfx::NativeCursor cursor) {
|
| if (cursor == current_cursor_)
|
| return;
|
|
|