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

Unified Diff: ui/gfx/android/view_configuration.h

Issue 409563004: Fix gesture debugging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually add the changes... Created 6 years, 5 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: ui/gfx/android/view_configuration.h
diff --git a/ui/gfx/android/view_configuration.h b/ui/gfx/android/view_configuration.h
index 3516d392b0b0be61958ce6b579f23cad4df6a019..4595071c4f1c7176d1009eb02c4e9fef0b972f65 100644
--- a/ui/gfx/android/view_configuration.h
+++ b/ui/gfx/android/view_configuration.h
@@ -30,7 +30,6 @@ class GFX_EXPORT ViewConfiguration {
static int GetMinScalingSpanInPixels();
static int GetMinScalingTouchMajorInPixels();
- static bool ShouldUseTouchMajorInScalingSpan();
// Registers methods with JNI and returns true if succeeded.
static bool RegisterViewConfiguration(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698