| Index: ui/events/gesture_detection/gesture_provider.h
|
| diff --git a/ui/events/gesture_detection/gesture_provider.h b/ui/events/gesture_detection/gesture_provider.h
|
| index ed563a8a43f0ac7d3f0053ef72ef1897977ec303..4a54e59d64cd158da269b071bddc03a6224f343f 100644
|
| --- a/ui/events/gesture_detection/gesture_provider.h
|
| +++ b/ui/events/gesture_detection/gesture_provider.h
|
| @@ -49,6 +49,8 @@ class GESTURE_DETECTION_EXPORT GestureProvider {
|
| // The min and max size (both length and width, in dips) of the generated
|
| // bounding box for all gesture types. This is useful for touch streams
|
| // that may report zero or unreasonably small or large touch sizes.
|
| + // Note that these bounds are only applied for touch or unknown tool types;
|
| + // mouse and stylus-derived gestures will not be affected.
|
| // Both values default to 0 (disabled).
|
| float min_gesture_bounds_length;
|
| float max_gesture_bounds_length;
|
|
|