| Index: ui/aura/window_tree_host.h
|
| diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
|
| index 8271ae64a185a4f0f7505f70a7227ae41f89fd1f..edd5d6df34346a6309d6ea16f09cc44b8b657d88 100644
|
| --- a/ui/aura/window_tree_host.h
|
| +++ b/ui/aura/window_tree_host.h
|
| @@ -157,7 +157,8 @@ class AURA_EXPORT WindowTreeHost : public ui::internal::InputMethodDelegate,
|
| void SetSharedInputMethod(ui::InputMethod* input_method);
|
|
|
| // Overridden from ui::internal::InputMethodDelegate:
|
| - ui::EventDispatchDetails DispatchKeyEventPostIME(ui::KeyEvent* event) final;
|
| + ui::EventDispatchDetails DispatchKeyEventPostIME(
|
| + ui::KeyEvent* event) override;
|
|
|
| // Returns the EventSource responsible for dispatching events to the window
|
| // tree.
|
|
|