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

Unified Diff: components/arc/common/ime.mojom

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
« no previous file with comments | « no previous file | components/arc/ime/arc_ime_bridge.h » ('j') | components/arc/ime/arc_ime_service.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/ime.mojom
diff --git a/components/arc/common/ime.mojom b/components/arc/common/ime.mojom
index 8fae966e94b0053b0fc8b3b2ed473a921ae4b37c..fab150215c3aa210d7dcef818ab62cbe77b97547 100644
--- a/components/arc/common/ime.mojom
+++ b/components/arc/common/ime.mojom
@@ -38,6 +38,7 @@ struct CompositionSegment {
bool emphasized;
};
+// Next MinVersion: 3
interface ImeHost {
// Notifies Chrome that the text input focus is changed.
OnTextInputTypeChanged(TextInputType type);
@@ -47,6 +48,9 @@ interface ImeHost {
// Notifies Chrome that the current composition is canceled.
[MinVersion=1] OnCancelComposition();
+
+ // Show virtual keyboard of Chrome OS if needed.
+ [MinVersion=2] ShowImeIfNeeded();
};
interface ImeInstance {
« no previous file with comments | « no previous file | components/arc/ime/arc_ime_bridge.h » ('j') | components/arc/ime/arc_ime_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698