Index: components/arc/ime/arc_ime_bridge_impl.cc |
diff --git a/components/arc/ime/arc_ime_bridge_impl.cc b/components/arc/ime/arc_ime_bridge_impl.cc |
index b1a9407ee428507f6113560bae13e3bc21e58993..6658d5a421718112b53c65ea6a8ae5dde7c6f328 100644 |
--- a/components/arc/ime/arc_ime_bridge_impl.cc |
+++ b/components/arc/ime/arc_ime_bridge_impl.cc |
@@ -133,4 +133,8 @@ void ArcImeBridgeImpl::OnCancelComposition() { |
delegate_->OnCancelComposition(); |
} |
+void ArcImeBridgeImpl::ShowImeIfNeeded() { |
+ delegate_->ShowImeIfNeeded(); |
+} |
+ |
} // namespace arc |