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 559813b76c8a951ee8ba0369f59dd6b2f1b7a6ce..d9f1996aac9fbaab7014172cd418525f29d675d5 100644 |
--- a/ui/aura/window_tree_host_ozone.cc |
+++ b/ui/aura/window_tree_host_ozone.cc |
@@ -113,7 +113,7 @@ void WindowTreeHostOzone::OnCursorVisibilityChangedNative(bool show) { |
} |
ui::EventProcessor* WindowTreeHostOzone::GetEventProcessor() { |
- return delegate_->GetEventProcessor(); |
+ return dispatcher(); |
} |
// static |