| Index: views/controls/textfield/native_textfield_win.h
|
| diff --git a/views/controls/textfield/native_textfield_win.h b/views/controls/textfield/native_textfield_win.h
|
| index 9ec30d26a106cc1bd6117e7242ef14d53d35879c..69a71034032bbfac53c542e445663b579fb18d52 100644
|
| --- a/views/controls/textfield/native_textfield_win.h
|
| +++ b/views/controls/textfield/native_textfield_win.h
|
| @@ -85,6 +85,7 @@ class NativeTextfieldWin
|
| virtual bool HandleKeyReleased(const views::KeyEvent& event) OVERRIDE;
|
| virtual void HandleFocus() OVERRIDE;
|
| virtual void HandleBlur() OVERRIDE;
|
| + virtual TextInputClient* GetTextInputClient() OVERRIDE;
|
|
|
| // Overridden from ui::SimpleMenuModel::Delegate:
|
| virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
|
|
|