Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: components/arc/ime/arc_ime_bridge_impl.cc

Issue 2039233003: Showing virtual keyboard when input type changed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add ImeHost.ShowImeIfNeeded to ARC bridge Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698