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 323c7aafd04d98327c58b1fb4d63d5112a9163bb..60feee82b8f4871e7049694f7cd329110f420332 100644 |
--- a/ui/events/gesture_detection/touch_disposition_gesture_filter.cc |
+++ b/ui/events/gesture_detection/touch_disposition_gesture_filter.cc |
@@ -168,7 +168,7 @@ TouchDispositionGestureFilter::OnGesturePacket( |
} |
void TouchDispositionGestureFilter::OnTouchEventAck(bool event_consumed) { |
- // Spurious touch acks from the renderer should not trigger a crash. |
+ // Spurious asynchronous touch acks should not trigger a crash. |
if (IsEmpty() || (Head().empty() && sequences_.size() == 1)) |
return; |