Index: components/arc/ime/arc_ime_service.h |
diff --git a/components/arc/ime/arc_ime_service.h b/components/arc/ime/arc_ime_service.h |
index 3e81db4b1340e8d2b0d722ae6cc53e8694fec98f..915c6fd03c304ce9d1ece3a169a1c001d6cdf909 100644 |
--- a/components/arc/ime/arc_ime_service.h |
+++ b/components/arc/ime/arc_ime_service.h |
@@ -63,6 +63,7 @@ class ArcImeService : public ArcService, |
void OnTextInputTypeChanged(ui::TextInputType type) override; |
void OnCursorRectChanged(const gfx::Rect& rect) override; |
void OnCancelComposition() override; |
+ void ShowImeIfNeeded() override; |
// Overridden from ui::TextInputClient: |
void SetCompositionText(const ui::CompositionText& composition) override; |