| Index: cc/trees/tree_synchronizer_unittest.cc
|
| diff --git a/cc/trees/tree_synchronizer_unittest.cc b/cc/trees/tree_synchronizer_unittest.cc
|
| index c50ff3efb57c4707b8579261cfc4398b98f2ba63..81bfec180781f79763624d58a8596458b34f2c3a 100644
|
| --- a/cc/trees/tree_synchronizer_unittest.cc
|
| +++ b/cc/trees/tree_synchronizer_unittest.cc
|
| @@ -627,7 +627,7 @@ TEST_F(TreeSynchronizerTest, SynchronizeScrollTreeScrollOffsetMap) {
|
|
|
| // Pull ScrollOffset delta for main thread, and change offset on main thread
|
| std::unique_ptr<ScrollAndScaleSet> scroll_info(new ScrollAndScaleSet());
|
| - scroll_tree.CollectScrollDeltas(scroll_info.get());
|
| + scroll_tree.CollectScrollDeltas(scroll_info.get(), Layer::INVALID_ID);
|
| host_->proxy()->SetNeedsCommit();
|
| host_->ApplyScrollAndScale(scroll_info.get());
|
| EXPECT_EQ(gfx::ScrollOffset(20, 30), scroll_layer->scroll_offset());
|
|
|