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

Unified Diff: components/arc/ime/arc_ime_bridge.h

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.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.

Powered by Google App Engine
This is Rietveld 408576698