| 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 9eb85929742fa848163fd2ab1ce2c43c7fb45aa4..65fbc49a85fdc9e9baa70a1bc1a7d9c852d7001d 100644
|
| --- a/ui/aura/window_tree_host_x11.cc
|
| +++ b/ui/aura/window_tree_host_x11.cc
|
| @@ -564,10 +564,6 @@ void WindowTreeHostX11::MoveCursorToNative(const gfx::Point& location) {
|
| void WindowTreeHostX11::OnCursorVisibilityChangedNative(bool show) {
|
| }
|
|
|
| -ui::EventProcessor* WindowTreeHostX11::GetEventProcessor() {
|
| - return dispatcher();
|
| -}
|
| -
|
| void WindowTreeHostX11::DispatchXI2Event(const base::NativeEvent& event) {
|
| ui::TouchFactory* factory = ui::TouchFactory::GetInstance();
|
| XEvent* xev = event;
|
|
|