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

Unified Diff: extensions/shell/browser/shell_desktop_controller_aura.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: extensions/shell/browser/shell_desktop_controller_aura.cc
diff --git a/extensions/shell/browser/shell_desktop_controller_aura.cc b/extensions/shell/browser/shell_desktop_controller_aura.cc
index 7e0548d954c09bc29ff0623e9602ce7c57adb3c9..ed86027f5c2e082d3a5efc84c3f7f1696d03359f 100644
--- a/extensions/shell/browser/shell_desktop_controller_aura.cc
+++ b/extensions/shell/browser/shell_desktop_controller_aura.cc
@@ -32,7 +32,7 @@
#include "ui/base/ime/input_method.h"
#include "ui/base/user_activity/user_activity_detector.h"
#include "ui/display/screen.h"
-#include "ui/events/event_processor.h"
+#include "ui/events/event_sink.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/wm/core/base_focus_rules.h"
@@ -281,7 +281,7 @@ ui::EventDispatchDetails ShellDesktopControllerAura::DispatchKeyEventPostIME(
// Send the event on to the host.
ui::EventDispatchDetails details =
- host_->event_processor()->OnEventFromSource(key_event);
+ host_->event_sink()->OnEventFromSource(key_event);
// Clear the handler's PostIME flag for the next event.
if (!details.dispatcher_destroyed)

Powered by Google App Engine
This is Rietveld 408576698