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

Unified Diff: ui/views/view_constants.cc

Issue 10790019: Add gesture target fuzzing to views (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: No longer using screen coordinates Created 8 years, 4 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/views/view_constants.cc
diff --git a/ui/views/view_constants.cc b/ui/views/view_constants.cc
index 63a5a227a718803b4a722a90aa8578643b7b2cef..05154911e6da40b5d6cebe37cb9f32d3b0ce8375 100644
--- a/ui/views/view_constants.cc
+++ b/ui/views/view_constants.cc
@@ -9,5 +9,6 @@ namespace views {
const int kAutoscrollSize = 10;
const int kAutoscrollRowTimerMS = 200;
const int kDropBetweenPixels = 5;
+const float kFuzzingOverlapPercentage = 0.7;
} // namespace views
« ui/views/view.cc ('K') | « ui/views/view_constants.h ('k') | ui/views/view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698