| 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 0fb463e2d528476f470e52420b6b5833300ce5c7..c1c74ea86404aa3e834ca6ffe194918e235c22f5 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;
|
|
|