Index: components/arc/ime/arc_ime_bridge.h |
diff --git a/components/arc/ime/arc_ime_bridge.h b/components/arc/ime/arc_ime_bridge.h |
index 108767af3df0f0c6097d57600fb91904ff345135..23ec7d50f979795652368ed9f90a3ac4fd317eb7 100644 |
--- a/components/arc/ime/arc_ime_bridge.h |
+++ b/components/arc/ime/arc_ime_bridge.h |
@@ -31,6 +31,7 @@ class ArcImeBridge { |
virtual void OnTextInputTypeChanged(ui::TextInputType type) = 0; |
virtual void OnCursorRectChanged(const gfx::Rect& rect) = 0; |
virtual void OnCancelComposition() = 0; |
+ virtual void ShowImeIfNeeded() = 0; |
}; |
// Serializes and sends IME related requests through IPCs. |