| Index: ash/host/ash_window_tree_host_unified.h
|
| diff --git a/ash/host/ash_window_tree_host_unified.h b/ash/host/ash_window_tree_host_unified.h
|
| index e6dac3c837c8aece6a0fa9412c44c6eacc5a0c84..32557c9ed482af9f308fad2a385fefc55f1f7715 100644
|
| --- a/ash/host/ash_window_tree_host_unified.h
|
| +++ b/ash/host/ash_window_tree_host_unified.h
|
| @@ -65,7 +65,8 @@ class AshWindowTreeHostUnified : public AshWindowTreeHost,
|
| void OnWindowDestroying(aura::Window* window) override;
|
|
|
| // ui::internal::InputMethodDelegate:
|
| - bool DispatchKeyEventPostIME(const ui::KeyEvent& event) override;
|
| + ui::EventDispatchDetails DispatchKeyEventPostIME(
|
| + ui::KeyEvent* event) override;
|
|
|
| std::vector<AshWindowTreeHost*> mirroring_hosts_;
|
|
|
|
|