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

Unified Diff: components/arc/ime/arc_ime_bridge_impl.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_impl.h
diff --git a/components/arc/ime/arc_ime_bridge_impl.h b/components/arc/ime/arc_ime_bridge_impl.h
index 6c2a8facbf700a884b620b72a065bc1b92408dc3..d71611579bbd02121f9471d711c44962b724e641 100644
--- a/components/arc/ime/arc_ime_bridge_impl.h
+++ b/components/arc/ime/arc_ime_bridge_impl.h
@@ -41,6 +41,7 @@ class ArcImeBridgeImpl : public ArcImeBridge,
void OnTextInputTypeChanged(arc::mojom::TextInputType type) override;
void OnCursorRectChanged(arc::mojom::CursorRectPtr rect) override;
void OnCancelComposition() override;
+ void ShowImeIfNeeded() override;
private:
mojo::Binding<mojom::ImeHost> binding_;

Powered by Google App Engine
This is Rietveld 408576698