| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index 45d533b5fb883c173067cdc4d549d793a819fb77..91f98aef8ff21df340b05ab07a209d788038bb9f 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -538,7 +538,7 @@ TEST_F(LayerTreeHostImplTest, ScrollWithoutRenderer) {
|
|
|
| // We should not crash when trying to scroll after the renderer initialization
|
| // fails.
|
| - EXPECT_EQ(InputHandler::ScrollIgnored,
|
| + EXPECT_EQ(InputHandler::ScrollStarted,
|
| host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
|
| }
|
|
|
|
|