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