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

Unified Diff: ui/aura/window_targeter.cc

Issue 2712963003: mustash: Use ui::chromeos::EventRewriter in mus (Closed)
Patch Set: Rebase and fix build issues. Created 3 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
Index: ui/aura/window_targeter.cc
diff --git a/ui/aura/window_targeter.cc b/ui/aura/window_targeter.cc
index 9853585d3cda3a6a0dddb1503f668abb4b34c7d5..65d557afd9e97faec4e4535ce586121b70cacad1 100644
--- a/ui/aura/window_targeter.cc
+++ b/ui/aura/window_targeter.cc
@@ -82,8 +82,7 @@ ui::EventTarget* WindowTargeter::FindTargetForEvent(ui::EventTarget* root,
located_event->UpdateForRootTransform(
new_root->GetHost()->GetRootTransform());
}
- ignore_result(
- new_root->GetHost()->event_processor()->OnEventFromSource(event));
+ ignore_result(new_root->GetHost()->event_sink()->OnEventFromSource(event));
target = nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698