| 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 b9acf5affced562c0524d3d335de6c5a9187cd30..de60f47fc34cf37e76fab317b3457bc211ec513a 100644
|
| --- a/cc/trees/layer_tree_host_common_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_common_unittest.cc
|
| @@ -670,7 +670,7 @@ TEST_F(LayerTreeHostCommonTest, TransformsForReplica) {
|
| gfx::Transform replica_composite_transform =
|
| parent_composite_transform * replica_layer_transform *
|
| Inverse(surface_sublayer_transform);
|
| -
|
| + child_replica->SetIsDrawable(true);
|
| // Child's render surface should not exist yet.
|
| ASSERT_FALSE(child->render_surface());
|
|
|
|
|