| Index: ui/events/gesture_detection/scale_gesture_detector.cc
|
| diff --git a/ui/events/gesture_detection/scale_gesture_detector.cc b/ui/events/gesture_detection/scale_gesture_detector.cc
|
| index a8316c7cefeb291107bd26e852a1ace3eae21654..fb27cd9458e11829cb12669c70a6ddae165f1d4a 100644
|
| --- a/ui/events/gesture_detection/scale_gesture_detector.cc
|
| +++ b/ui/events/gesture_detection/scale_gesture_detector.cc
|
| @@ -5,6 +5,7 @@
|
| #include "ui/events/gesture_detection/scale_gesture_detector.h"
|
|
|
| #include <limits.h>
|
| +
|
| #include <cmath>
|
|
|
| #include "base/logging.h"
|
| @@ -29,7 +30,8 @@ const float kScaleFactor = .5f;
|
| } // namespace
|
|
|
| // Note: These constants were taken directly from the default (unscaled)
|
| -// versions found in Android's ViewConfiguration.
|
| +// versions found in Android's ViewConfiguration. Do not change these default
|
| +// values without explicitly consulting an OWNER.
|
| ScaleGestureDetector::Config::Config()
|
| : span_slop(16),
|
| min_scaling_touch_major(48),
|
|
|