Index: ui/views/controls/textfield/textfield.h |
diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h |
index 677e9165af79decfce79eb64bb852add05159921..e0a1c3f8863eec5d55db01afcb2ac2a10b46f994 100644 |
--- a/ui/views/controls/textfield/textfield.h |
+++ b/ui/views/controls/textfield/textfield.h |
@@ -306,6 +306,7 @@ class VIEWS_EXPORT Textfield : public View, |
void OnCandidateWindowHidden() override; |
bool IsEditingCommandEnabled(int command_id) override; |
void ExecuteEditingCommand(int command_id) override; |
+ bool HandleAsKeyEventOnly(const ui::KeyEvent& key_event) override; |
protected: |
// Returns the TextfieldModel's text/cursor/selection rendering model. |