Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: ui/aura/window_tree_host_ozone.cc

Issue 188223002: Clean up WindowEventDispatcher some more. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/window_tree_host_mac.mm ('k') | ui/aura/window_tree_host_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/aura/window_tree_host_mac.mm ('k') | ui/aura/window_tree_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698