| Index: ui/views/ime/input_method_bridge.cc
|
| diff --git a/ui/views/ime/input_method_bridge.cc b/ui/views/ime/input_method_bridge.cc
|
| old mode 100644
|
| new mode 100755
|
| index aa9f0151feaf498d93ea779db14d820046db4f4d..e23b7906960d252db7e921006211a9812ea0c618
|
| --- a/ui/views/ime/input_method_bridge.cc
|
| +++ b/ui/views/ime/input_method_bridge.cc
|
| @@ -94,6 +94,10 @@ bool InputMethodBridge::IsActive() {
|
| return host_->IsActive();
|
| }
|
|
|
| +bool InputMethodBridge::IsPopupOpen() const {
|
| + return host_->IsPopupOpen();
|
| +}
|
| +
|
| // Overridden from TextInputClient. Forward an event from the system-wide IME
|
| // to the text input |client|, which is e.g. views::NativeTextfieldViews.
|
| void InputMethodBridge::SetCompositionText(
|
|
|