Index: ui/base/ime/fake_input_method.h |
diff --git a/ui/base/ime/fake_input_method.h b/ui/base/ime/fake_input_method.h |
old mode 100644 |
new mode 100755 |
index 2cb302e0863841d89ed19e827c6438b6921fd067..12f9aac018049c43d2823367162484295200119a |
--- a/ui/base/ime/fake_input_method.h |
+++ b/ui/base/ime/fake_input_method.h |
@@ -46,6 +46,7 @@ class UI_EXPORT FakeInputMethod : NON_EXPORTED_BASE(public InputMethod) { |
virtual bool IsActive() OVERRIDE; |
virtual ui::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; |