Index: content/browser/renderer_host/input/gesture_event_queue.cc |
diff --git a/content/browser/renderer_host/input/gesture_event_queue.cc b/content/browser/renderer_host/input/gesture_event_queue.cc |
index e39d72f6da4baeb4292254123b60a22ebfdff71c..fe0926139c84528e2a060eae7ff974cb30d74143 100644 |
--- a/content/browser/renderer_host/input/gesture_event_queue.cc |
+++ b/content/browser/renderer_host/input/gesture_event_queue.cc |
@@ -243,7 +243,7 @@ TouchpadTapSuppressionController* |
return touchpad_tap_suppression_controller_.get(); |
} |
-bool GestureEventQueue::HasQueuedGestureEvents() const { |
+bool GestureEventQueue::ExpectingGestureAck() const { |
return !coalesced_gesture_events_.empty(); |
} |