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

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

Issue 27043004: [Android] Disable double-tap gesture detection with fixed page scale (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review Created 7 years, 2 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
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a0e55fc0ffbb8eaeab26c738c2c7d59001f57454..26c026d485a22739b1fd045160985ea2ace9b5f5 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContents.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContents.java
@@ -538,7 +538,7 @@ public class AwContents {
@Override
public void onGestureZoomSupportChanged(boolean supportsGestureZoom) {
mContentViewCore.updateMultiTouchZoomSupport(supportsGestureZoom);
- mContentViewCore.updateDoubleTapDragSupport(supportsGestureZoom);
+ mContentViewCore.updateDoubleTapSupport(supportsGestureZoom);
}
};
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698