| Index: ui/views/controls/textfield/textfield.cc
|
| diff --git a/ui/views/controls/textfield/textfield.cc b/ui/views/controls/textfield/textfield.cc
|
| index 87de224d04ff051dbcf1d67b252365447ba35e87..2bb3e822ca82468a0d386dc9980f1f4b756353e6 100644
|
| --- a/ui/views/controls/textfield/textfield.cc
|
| +++ b/ui/views/controls/textfield/textfield.cc
|
| @@ -1440,7 +1440,7 @@ void Textfield::ExtendSelectionAndDelete(size_t before, size_t after) {
|
| DeleteRange(range);
|
| }
|
|
|
| -void Textfield::EnsureCaretInRect(const gfx::Rect& rect) {}
|
| +void Textfield::EnsureCaretNotInRect(const gfx::Rect& rect) {}
|
|
|
| bool Textfield::IsTextEditCommandEnabled(ui::TextEditCommand command) const {
|
| base::string16 result;
|
|
|