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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java

Issue 231953003: Show Ash like <select> popup on Android tablets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@newpopupx
Patch Set: Rebased Created 6 years, 8 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: android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java b/android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java
index 490f29e0d7645506be4615b17271e31276171734..286d8c1836ab3825c2b89fedfa1690ee1870ca28 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java
@@ -58,7 +58,7 @@ public class AwAutofillManagerDelegate {
});
}
mAutofillPopup.setAnchorRect(x, y, width, height);
- mAutofillPopup.show(suggestions);
+ mAutofillPopup.filterAndShow(suggestions);
}
@CalledByNative

Powered by Google App Engine
This is Rietveld 408576698