| 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..490e569477a8908c9f5f2018bf8060658a735947 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::ListenersForcedNonBlockingPassiveDueToFling;
|
| touch1 = CreateTouch(WebInputEvent::TouchMove, 2);
|
| touch1.event.dispatchType =
|
| WebInputEvent::DispatchType::ListenersNonBlockingPassive;
|
|
|