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

Unified Diff: ui/base/ime/remote_input_method_win.cc

Issue 715733002: [Android] Show autofill popup after animation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hide popup when resizing the viewport resulted in movement of the focused element. Created 6 years 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: ui/base/ime/remote_input_method_win.cc
diff --git a/ui/base/ime/remote_input_method_win.cc b/ui/base/ime/remote_input_method_win.cc
index f198fc8719ddee4c5dcbee64ca3d078c17185bb4..8ce61bc4072bb9214e5b7a1a8bc8313c9f04b0a1 100644
--- a/ui/base/ime/remote_input_method_win.cc
+++ b/ui/base/ime/remote_input_method_win.cc
@@ -286,6 +286,13 @@ class RemoteInputMethodWin : public InputMethod,
virtual void ShowImeIfNeeded() override {
}
+ virtual void SetSupportsOnScreenKeyboard(bool supports) override {
+ }
+
+ virtual bool SupportsOnScreenKeyboard() const override {
+ return false;
+ }
+
virtual void AddObserver(InputMethodObserver* observer) override {
observer_list_.AddObserver(observer);
}

Powered by Google App Engine
This is Rietveld 408576698