Index: ui/events/gestures/gesture_provider_impl.cc |
diff --git a/ui/events/gestures/gesture_provider_impl.cc b/ui/events/gestures/gesture_provider_impl.cc |
index 58862d1ccb1e3872ae5cd764ae90fbe490048d12..561273e88611941b8658c57ac899bc6263a6e201 100644 |
--- a/ui/events/gestures/gesture_provider_impl.cc |
+++ b/ui/events/gestures/gesture_provider_impl.cc |
@@ -91,7 +91,7 @@ void GestureProviderImpl::OnGestureEvent(const GestureEventData& gesture) { |
ui::INPUT_EVENT_LATENCY_UI_COMPONENT); |
gesture_latency->CopyLatencyFrom( |
last_touch_event_latency_info_, |
- ui::INPUT_EVENT_LATENCY_ACK_RWH_COMPONENT); |
+ ui::INPUT_EVENT_LATENCY_ACKED_TOUCH_COMPONENT); |
if (!handling_event_) { |
// Dispatching event caused by timer. |