| Index: ui/base/ime/input_method_base.h
|
| diff --git a/ui/base/ime/input_method_base.h b/ui/base/ime/input_method_base.h
|
| index 665070a9c78a86f417e6bc50efcc9792ef8c91dd..07104f9f3a8b1edfc47de15c8173b4108f1298c6 100644
|
| --- a/ui/base/ime/input_method_base.h
|
| +++ b/ui/base/ime/input_method_base.h
|
| @@ -45,6 +45,8 @@ class UI_EXPORT InputMethodBase : NON_EXPORTED_BASE(public InputMethod) {
|
| // If a derived class overrides this method, it should call parent's
|
| // implementation.
|
| virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE;
|
| + virtual void OnCaretBoundsChanged(const TextInputClient* client) OVERRIDE;
|
| + virtual void OnInputLocaleChanged() OVERRIDE;
|
|
|
| virtual TextInputType GetTextInputType() const OVERRIDE;
|
| virtual TextInputMode GetTextInputMode() const OVERRIDE;
|
|
|