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

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

Issue 161933002: Show IME when DPAD_CENTER is pressed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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/AwContents.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwContents.java b/android_webview/java/src/org/chromium/android_webview/AwContents.java
index 45567825b10bddec1168345b8da435f3e3348d2e..1f8abf9e1c8a0ed6bdb9dc218c258cef914abe59 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContents.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContents.java
@@ -2028,7 +2028,7 @@ public class AwContents {
private native void nativeClearCache(long nativeAwContents, boolean includeDiskFiles);
private native byte[] nativeGetCertificate(long nativeAwContents);
- // Coordinates in desity independent pixels.
+ // Coordinates in density independent pixels.
aurimas (slooooooooow) 2014/02/13 00:18:22 How is this even remotely related to IME? Please u
hush (inactive) 2014/02/13 01:16:08 It's just fixing a typo. I will put it in a differ
private native void nativeRequestNewHitTestDataAt(long nativeAwContents, int x, int y);
private native void nativeUpdateLastHitTestData(long nativeAwContents);

Powered by Google App Engine
This is Rietveld 408576698