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

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

Issue 175693009: [Android] Remove runtime scaling constant queries (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: ui/gfx/android/view_configuration.h
diff --git a/ui/gfx/android/view_configuration.h b/ui/gfx/android/view_configuration.h
index 4595071c4f1c7176d1009eb02c4e9fef0b972f65..2a6af49ba4f8d00e830437d1da87f3bbd9dfd3ae 100644
--- a/ui/gfx/android/view_configuration.h
+++ b/ui/gfx/android/view_configuration.h
@@ -28,9 +28,6 @@ class GFX_EXPORT ViewConfiguration {
static int GetTouchSlopInPixels();
static int GetDoubleTapSlopInPixels();
- static int GetMinScalingSpanInPixels();
- static int GetMinScalingTouchMajorInPixels();
-
// Registers methods with JNI and returns true if succeeded.
static bool RegisterViewConfiguration(JNIEnv* env);
};
« no previous file with comments | « ui/android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java ('k') | ui/gfx/android/view_configuration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698