| Index: cc/trees/layer_tree_host_common_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_common_unittest.cc b/cc/trees/layer_tree_host_common_unittest.cc
|
| index 427490c0482af180db53fa66774bd50801034ed3..ff73a5ab808e4ec0df1026e714fa30fd21f04945 100644
|
| --- a/cc/trees/layer_tree_host_common_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_common_unittest.cc
|
| @@ -8473,7 +8473,8 @@ TEST_F(LayerTreeHostCommonTest, SkippingLayerImpl) {
|
| EXPECT_EQ(gfx::Rect(0, 0), grandchild_ptr->visible_layer_rect());
|
| child_ptr->test_properties()->hide_layer_and_subtree = false;
|
|
|
| - child_ptr->OnOpacityAnimated(0.f);
|
| + child_ptr->layer_tree_impl()->property_trees()->effect_tree.OnOpacityAnimated(
|
| + 0.f, child_ptr->effect_tree_index(), child_ptr->layer_tree_impl());
|
| ExecuteCalculateDrawPropertiesWithPropertyTrees(root_ptr);
|
| EXPECT_EQ(gfx::Rect(0, 0), grandchild_ptr->visible_layer_rect());
|
| child_ptr->test_properties()->opacity = 1.f;
|
|
|