diff options
Diffstat (limited to 'ui/aura/window_tree_host_ozone.cc')
-rw-r--r-- | ui/aura/window_tree_host_ozone.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aura/window_tree_host_ozone.cc b/ui/aura/window_tree_host_ozone.cc index ea9c45b..a2c6f3b 100644 --- a/ui/aura/window_tree_host_ozone.cc +++ b/ui/aura/window_tree_host_ozone.cc @@ -110,7 +110,7 @@ void WindowTreeHostOzone::OnCursorVisibilityChangedNative(bool show) { } ui::EventProcessor* WindowTreeHostOzone::GetEventProcessor() { - return dispatcher(); + return delegate_->GetEventProcessor(); } // static |