Index: content/common/input/event_with_latency_info_unittest.cc |
diff --git a/content/common/input/event_with_latency_info_unittest.cc b/content/common/input/event_with_latency_info_unittest.cc |
index 45907f7117b11d39e2b7bb7b1b33b9d729671047..23577f35a2b2887d2915850721ac80921aca7249 100644 |
--- a/content/common/input/event_with_latency_info_unittest.cc |
+++ b/content/common/input/event_with_latency_info_unittest.cc |
@@ -238,7 +238,7 @@ TEST_F(EventWithLatencyInfoTest, TouchEventCoalescing) { |
touch0 = CreateTouch(WebInputEvent::TouchMove, 2); |
touch0.event.dispatchType = |
- WebInputEvent::DispatchType::ListenersForcedNonBlockingPassive; |
+ WebInputEvent::DispatchType::ListenersForcedNonBlockingDueToFling; |
touch1 = CreateTouch(WebInputEvent::TouchMove, 2); |
touch1.event.dispatchType = |
WebInputEvent::DispatchType::ListenersNonBlockingPassive; |