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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java

Issue 2639623002: Fixed Android text selection by redefining |button| value. (Closed)
Patch Set: Fixed WebPointerProperties comment. Created 3 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: content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
index f8cbb86c75550ef4aead4cc06ee96a843421bfde..743f17f342a26269ae53fdcece3179105fefc509 100644
--- a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
+++ b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
@@ -2763,7 +2763,7 @@ public class ContentViewCore implements AccessibilityStateChangeListener, Displa
private native int nativeSendMouseEvent(long nativeContentViewCoreImpl, long timeMs, int action,
float x, float y, int pointerId, float pressure, float orientaton, float tilt,
- int changedButton, int buttonState, int metaState, int toolType);
+ int actionButton, int buttonState, int metaState, int toolType);
private native int nativeSendMouseWheelEvent(long nativeContentViewCoreImpl, long timeMs,
float x, float y, float ticksX, float ticksY, float pixelsPerTick);

Powered by Google App Engine
This is Rietveld 408576698