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 9eb91e64f537fa1acd85f52b4fc347f59aed2fb3..0e7621942e783d33728fe8c71a7bd899714afb14 |
--- 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::IsCandidatePopupOpen() const { |
+ return host_->IsCandidatePopupOpen(); |
+} |
+ |
// 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( |