Chromium Code Reviews| 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 |