Index: ui/events/gestures/gesture_provider_aura.h |
diff --git a/ui/events/gestures/gesture_provider_aura.h b/ui/events/gestures/gesture_provider_aura.h |
index d767da252d925460d808602071c56512ff669653..c0e397b31c80cf5ba001fae380c8827ca1a4fff9 100644 |
--- a/ui/events/gestures/gesture_provider_aura.h |
+++ b/ui/events/gestures/gesture_provider_aura.h |
@@ -40,7 +40,7 @@ class EVENTS_EXPORT GestureProviderAura : public GestureProviderClient { |
} |
bool OnTouchEvent(TouchEvent* event); |
- void OnTouchEventAck(uint32_t unique_event_id, bool event_consumed); |
+ void OnTouchEventAck(uint32_t unique_touch_event_id, bool event_consumed); |
const MotionEventAura& pointer_state() { return pointer_state_; } |
ScopedVector<GestureEvent>* GetAndResetPendingGestures(); |
void OnTouchEnter(int pointer_id, float x, float y); |