| Index: content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| diff --git a/content/browser/renderer_host/input/input_router_impl_unittest.cc b/content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| index c1619fe940d106abc6845d58a8e0938c89cd6a90..d285cefec6719cd6fbcbd25bfcc337b67955b9e4 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| +++ b/content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| @@ -1302,7 +1302,7 @@ TEST_F(InputRouterImplTest,
|
| EXPECT_EQ(1U, ack_handler_->GetAndResetAckCount());
|
| EXPECT_FALSE(TouchEventTimeoutEnabled());
|
|
|
| - MoveTouchPoint(0, 1, 1);
|
| + MoveTouchPoint(0, 1, 2);
|
| SendTouchEvent();
|
| EXPECT_FALSE(TouchEventTimeoutEnabled());
|
| EXPECT_EQ(1U, GetSentMessageCountAndResetSink());
|
|
|