Index: ui/base/ime/dummy_input_method.h |
diff --git a/ui/base/ime/dummy_input_method.h b/ui/base/ime/dummy_input_method.h |
old mode 100644 |
new mode 100755 |
index fb5416740b4506549977b0d8ee72c5bac5f479ed..2276ae5d9a6ada246c2a027681a645849fce71b8 |
--- a/ui/base/ime/dummy_input_method.h |
+++ b/ui/base/ime/dummy_input_method.h |
@@ -37,6 +37,7 @@ class DummyInputMethod : public InputMethod { |
virtual bool IsActive() OVERRIDE; |
virtual TextInputType GetTextInputType() const OVERRIDE; |
virtual bool CanComposeInline() const OVERRIDE; |
+ virtual bool IsCandidatePopupOpen() const OVERRIDE; |
virtual void AddObserver(InputMethodObserver* observer) OVERRIDE; |
virtual void RemoveObserver(InputMethodObserver* observer) OVERRIDE; |