| Index: ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
| diff --git a/ui/events/gesture_detection/touch_disposition_gesture_filter.cc b/ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
| index 0fa42bd2dc7771b62f58c8ecf01f12592bcdb724..b4c25cadc23631b96d349b4c15abb81088e7e266 100644
|
| --- a/ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
| +++ b/ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
| @@ -172,7 +172,7 @@ TouchDispositionGestureFilter::OnGesturePacket(
|
|
|
| void TouchDispositionGestureFilter::OnTouchEventAckForQueueFront(
|
| bool event_consumed) {
|
| - // Spurious touch acks from the renderer should not trigger a crash.
|
| + // Spurious asynchronous acks should not trigger a crash.
|
| if (IsEmpty() || (Head().empty() && sequences_.size() == 1))
|
| return;
|
|
|
|
|