| Index: views/ime/input_method_base.h
|
| diff --git a/views/ime/input_method_base.h b/views/ime/input_method_base.h
|
| index 8797074c6691cd23b00824dc6a96df5c5a8b7ca6..1bea5260a20f6873ace1a07fa37a8f5f05906b8f 100644
|
| --- a/views/ime/input_method_base.h
|
| +++ b/views/ime/input_method_base.h
|
| @@ -42,6 +42,10 @@ class InputMethodBase : public InputMethod,
|
| // correctly.
|
| virtual void OnBlur() OVERRIDE;
|
|
|
| + // If a derived class overrides this method, it should call parent's
|
| + // implementation.
|
| + virtual void OnTextInputTypeChanged(View* view) OVERRIDE;
|
| +
|
| virtual TextInputClient* GetTextInputClient() const OVERRIDE;
|
| virtual ui::TextInputType GetTextInputType() const OVERRIDE;
|
|
|
|
|