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 a4287f8f9f9c9dfe1ad6fecde48e55e7d797b098..fd2854c63bf6888c4419370416211211094eb924 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); |