| Index: ui/aura/window_event_dispatcher_unittest.cc
|
| diff --git a/ui/aura/window_event_dispatcher_unittest.cc b/ui/aura/window_event_dispatcher_unittest.cc
|
| index c8ae024b1bd2ce693ccb5b29085b83ab824820e7..ef99259583094108a81cd87e6726a153c142dadf 100644
|
| --- a/ui/aura/window_event_dispatcher_unittest.cc
|
| +++ b/ui/aura/window_event_dispatcher_unittest.cc
|
| @@ -2633,7 +2633,7 @@ TEST_F(WindowEventDispatcherTest, TouchMovesMarkedWhenCausingScroll) {
|
| ui::ET_TOUCH_RELEASED, location + gfx::Vector2d(200, 200), 0,
|
| ui::EventTimeForNow() + base::TimeDelta::FromSeconds(1));
|
| DispatchEventUsingWindowDispatcher(&release);
|
| - EXPECT_FALSE(recorder.LastTouchMayCauseScrolling());
|
| + EXPECT_TRUE(recorder.LastTouchMayCauseScrolling());
|
| EXPECT_TRUE(recorder.HasReceivedEvent(ui::ET_TOUCH_RELEASED));
|
| EXPECT_TRUE(recorder.HasReceivedEvent(ui::ET_GESTURE_SCROLL_END));
|
|
|
|
|