diff options
Diffstat (limited to 'ui/views/controls/textfield/native_textfield_views.h')
-rw-r--r-- | ui/views/controls/textfield/native_textfield_views.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/controls/textfield/native_textfield_views.h b/ui/views/controls/textfield/native_textfield_views.h index db79a13..b188843 100644 --- a/ui/views/controls/textfield/native_textfield_views.h +++ b/ui/views/controls/textfield/native_textfield_views.h @@ -157,7 +157,7 @@ class VIEWS_EXPORT NativeTextfieldViews : public View, ui::Accelerator* accelerator) OVERRIDE; virtual bool IsItemForCommandIdDynamic(int command_id) const OVERRIDE; virtual string16 GetLabelForCommandId(int command_id) const OVERRIDE; - virtual void ExecuteCommand(int command_id) OVERRIDE; + virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE; // class name of internal static const char kViewClassName[]; |