| 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 0e2f6ff5a6ed09d94f956ad5f01bf09cccc82e7f..da624ca95c20ffbd2626a6ca3ef3acf6b9a9d38b 100644
|
| --- a/content/common/input/event_with_latency_info_unittest.cc
|
| +++ b/content/common/input/event_with_latency_info_unittest.cc
|
| @@ -110,7 +110,7 @@ TEST_F(EventWithLatencyInfoTest, LatencyInfoCoalescing) {
|
| MouseEventWithLatencyInfo mouse_0 =
|
| CreateMouseEvent(WebInputEvent::kMouseMove, 5.0);
|
| mouse_0.latency.AddLatencyNumberWithTimestamp(
|
| - ui::INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 0, 0, base::TimeTicks(), 1);
|
| + ui::INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 0, base::TimeTicks(), 1);
|
| MouseEventWithLatencyInfo mouse_1 =
|
| CreateMouseEvent(WebInputEvent::kMouseMove, 10.0);
|
|
|
|
|