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. |