summaryrefslogtreecommitdiffstats
path: root/ui/events/gesture_detection/gesture_detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/events/gesture_detection/gesture_detector.h')
-rw-r--r--ui/events/gesture_detection/gesture_detector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/events/gesture_detection/gesture_detector.h b/ui/events/gesture_detection/gesture_detector.h
index 91b2786..07e90e1 100644
--- a/ui/events/gesture_detection/gesture_detector.h
+++ b/ui/events/gesture_detection/gesture_detector.h
@@ -68,6 +68,8 @@ class GESTURE_DETECTION_EXPORT GestureDetector {
// Maximum time the second pointer can be active for a two finger tap.
base::TimeDelta two_finger_tap_timeout;
+
+ VelocityTracker::Strategy velocity_tracker_strategy;
};
GestureDetector(const Config& config,