Index: ui/views/controls/textfield/textfield.h |
diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h |
index edad35d002056fba4cb610ce3ef88e9d3301d3ee..3c3e25f1cced6b13256bf569dc5df34c7af3bcce 100644 |
--- a/ui/views/controls/textfield/textfield.h |
+++ b/ui/views/controls/textfield/textfield.h |
@@ -321,6 +321,7 @@ class VIEWS_EXPORT Textfield : public View, |
base::i18n::TextDirection direction) override; |
void ExtendSelectionAndDelete(size_t before, size_t after) override; |
void EnsureCaretOutOfRect(const gfx::Rect& rect) override; |
+ void OnClientFocusLost() override; |
bool IsTextEditCommandEnabled(ui::TextEditCommand command) const override; |
void SetTextEditCommandForNextKeyEvent(ui::TextEditCommand command) override; |