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

Unified Diff: ash/display/window_tree_host_manager.cc

Issue 1257603006: Refactoring for the InputMethod & InputMethodDelegate interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: ash/display/window_tree_host_manager.cc
diff --git a/ash/display/window_tree_host_manager.cc b/ash/display/window_tree_host_manager.cc
index f1e6aafbdf7e69595ea6ac193a4866870133d50f..fcf58f7db22c451d1fd594b142e84ee574191532 100644
--- a/ash/display/window_tree_host_manager.cc
+++ b/ash/display/window_tree_host_manager.cc
@@ -864,7 +864,8 @@ void WindowTreeHostManager::PostDisplayConfigurationChange() {
UpdateMouseLocationAfterDisplayChange();
}
-bool WindowTreeHostManager::DispatchKeyEventPostIME(const ui::KeyEvent& event) {
+ui::EventDispatchDetails WindowTreeHostManager::DispatchKeyEventPostIME(
+ ui::KeyEvent* event) {
// Getting the active root window to dispatch the event. This isn't
// significant as the event will be sent to the window resolved by
// aura::client::FocusClient which is FocusController in ash.

Powered by Google App Engine
This is Rietveld 408576698