diff options
Diffstat (limited to 'views/controls/textfield/native_textfield_win.h')
-rw-r--r-- | views/controls/textfield/native_textfield_win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/controls/textfield/native_textfield_win.h b/views/controls/textfield/native_textfield_win.h index 78339e3..496e332 100644 --- a/views/controls/textfield/native_textfield_win.h +++ b/views/controls/textfield/native_textfield_win.h @@ -62,6 +62,7 @@ class NativeTextfieldWin virtual void SetFocus(); virtual View* GetView(); virtual gfx::NativeView GetTestingHandle() const; + virtual bool IsIMEComposing() const; // Overridden from menus::SimpleMenuModel::Delegate: virtual bool IsCommandIdChecked(int command_id) const; |