| Index: ui/views/controls/prefix_selector.cc
|
| diff --git a/ui/views/controls/prefix_selector.cc b/ui/views/controls/prefix_selector.cc
|
| index b21ff34e09e118ecd4b39894bfc0b109e298ab75..f9fae7108c0f462e9359343e324a7718399ee344 100644
|
| --- a/ui/views/controls/prefix_selector.cc
|
| +++ b/ui/views/controls/prefix_selector.cc
|
| @@ -137,8 +137,7 @@ bool PrefixSelector::ChangeTextDirectionAndLayoutAlignment(
|
| void PrefixSelector::ExtendSelectionAndDelete(size_t before, size_t after) {
|
| }
|
|
|
| -void PrefixSelector::EnsureCaretInRect(const gfx::Rect& rect) {
|
| -}
|
| +void PrefixSelector::EnsureCaretNotInRect(const gfx::Rect& rect) {}
|
|
|
| bool PrefixSelector::IsTextEditCommandEnabled(
|
| ui::TextEditCommand command) const {
|
|
|