| Index: cc/trees/layer_tree_host_unittest_serialization.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_serialization.cc b/cc/trees/layer_tree_host_unittest_serialization.cc
|
| index 7d989d66fa269242819fa4c3679840db58d2d799..b1beece79ddaef92747109a18d3ef0c57afa4a69 100644
|
| --- a/cc/trees/layer_tree_host_unittest_serialization.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_serialization.cc
|
| @@ -58,7 +58,8 @@ class LayerTreeHostSerializationTest : public testing::Test {
|
|
|
| std::unordered_set<Layer*> layers_that_should_push_properties_src =
|
| layer_tree_host_src_->LayersThatShouldPushProperties();
|
| - layer_tree_host_src_->ToProtobufForCommit(&proto);
|
| + std::vector<std::unique_ptr<SwapPromise>> swap_promises;
|
| + layer_tree_host_src_->ToProtobufForCommit(&proto, &swap_promises);
|
| layer_tree_host_dst_->FromProtobufForCommit(proto);
|
|
|
| EXPECT_EQ(layer_tree_host_src_->needs_full_tree_sync_,
|
|
|