| 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..8090fbe24d2be5e16c19ef6e447368db627b34d4 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 first.
|
| + virtual void OnTextInputTypeChanged(View* view) OVERRIDE;
|
| +
|
| virtual TextInputClient* GetTextInputClient() const OVERRIDE;
|
| virtual ui::TextInputType GetTextInputType() const OVERRIDE;
|
|
|
|
|