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