| Index: ui/views/controls/prefix_selector.cc
|
| diff --git a/ui/views/controls/prefix_selector.cc b/ui/views/controls/prefix_selector.cc
|
| index 12208c01ee55f2eb00a075d3c8e5e06b5c71b289..83a4525de266d3e461a1c9e7ff3a4d232033f640 100644
|
| --- a/ui/views/controls/prefix_selector.cc
|
| +++ b/ui/views/controls/prefix_selector.cc
|
| @@ -67,6 +67,10 @@ bool PrefixSelector::CanComposeInline() const {
|
| return false;
|
| }
|
|
|
| +ui::TextInputMode PrefixSelector::GetTextInputMode() const {
|
| + return ui::TEXT_INPUT_MODE_DEFAULT;
|
| +}
|
| +
|
| gfx::Rect PrefixSelector::GetCaretBounds() {
|
| gfx::Rect rect(prefix_delegate_->GetVisibleBounds().origin(), gfx::Size());
|
| // TextInputClient::GetCaretBounds is expected to return a value in screen
|
|
|