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 9f537c8c140266e4f2511eaf6ef94fc8de29d4f6..a77b8674413475ebe129ac467ab74725f36446da 100644 |
--- a/ui/events/gestures/gesture_provider_aura.h |
+++ b/ui/events/gestures/gesture_provider_aura.h |
@@ -31,7 +31,8 @@ class EVENTS_EXPORT GestureProviderAura : public GestureProviderClient { |
bool OnTouchEvent(TouchEvent* event); |
void OnAsyncTouchEventAck(bool event_consumed); |
- void OnSyncTouchEventAck(const uint64 unique_event_id, bool event_consumed); |
+ void OnSyncTouchEventAck(const uint32 unique_touch_event_id, |
+ bool event_consumed); |
const MotionEventAura& pointer_state() { return pointer_state_; } |
ScopedVector<GestureEvent>* GetAndResetPendingGestures(); |