| Index: ui/aura/window_tree_host_ozone.cc
|
| diff --git a/ui/aura/window_tree_host_ozone.cc b/ui/aura/window_tree_host_ozone.cc
|
| index 1559c243e0b03696dd9da653b945d31c6b7ab332..4a5694d41869aebd414fc1350dbe24d20c7c3ade 100644
|
| --- a/ui/aura/window_tree_host_ozone.cc
|
| +++ b/ui/aura/window_tree_host_ozone.cc
|
| @@ -109,10 +109,6 @@ void WindowTreeHostOzone::OnAcceleratedWidgetAvailable(
|
| void WindowTreeHostOzone::OnActivationChanged(bool active) {
|
| }
|
|
|
| -ui::EventProcessor* WindowTreeHostOzone::GetEventProcessor() {
|
| - return dispatcher();
|
| -}
|
| -
|
| // static
|
| WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) {
|
| return new WindowTreeHostOzone(bounds);
|
|
|