Index: ui/views/ime/input_method_bridge.h |
diff --git a/ui/views/ime/input_method_bridge.h b/ui/views/ime/input_method_bridge.h |
index 5c0e697a54e33e3fe5fea54f9ab253c6cac6956d..46330d58f5bf409cc03672fb617413b1d9632a04 100644 |
--- a/ui/views/ime/input_method_bridge.h |
+++ b/ui/views/ime/input_method_bridge.h |
@@ -47,6 +47,7 @@ class InputMethodBridge : public InputMethodBase, |
virtual std::string GetInputLocale() OVERRIDE; |
virtual bool IsActive() OVERRIDE; |
virtual bool IsCandidatePopupOpen() const OVERRIDE; |
+ virtual void ShowImeIfNeeded() const OVERRIDE; |
// Overridden from TextInputClient: |
virtual void SetCompositionText( |