| Index: ash/display/window_tree_host_manager.h
|
| diff --git a/ash/display/window_tree_host_manager.h b/ash/display/window_tree_host_manager.h
|
| index 9829b287e24a88ffb7ade264bd8c850c76430a01..5d276992e05f452f043a90ecd038159a6f3def47 100644
|
| --- a/ash/display/window_tree_host_manager.h
|
| +++ b/ash/display/window_tree_host_manager.h
|
| @@ -174,7 +174,8 @@ class ASH_EXPORT WindowTreeHostManager
|
| void PostDisplayConfigurationChange() override;
|
|
|
| // ui::internal::InputMethodDelegate overrides:
|
| - bool DispatchKeyEventPostIME(const ui::KeyEvent& event) override;
|
| + ui::EventDispatchDetails DispatchKeyEventPostIME(
|
| + ui::KeyEvent* event) override;
|
|
|
| InputMethodEventHandler* input_method_event_handler() {
|
| return input_method_event_handler_.get();
|
|
|