| Index: cc/trees/layer_tree_host_unittest_occlusion.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_occlusion.cc b/cc/trees/layer_tree_host_unittest_occlusion.cc
|
| index d979e0b46eacff4cec7483100528f48a4fffbebd..b41afcd7abb49ed064834c9f02d659b34d9b41da 100644
|
| --- a/cc/trees/layer_tree_host_unittest_occlusion.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_occlusion.cc
|
| @@ -88,7 +88,7 @@ class LayerTreeHostOcclusionTestDrawPropertiesOnSurface
|
| child_->SetBounds(gfx::Size(1, 1));
|
| child_->SetPosition(gfx::PointF(10.f, 5.5f));
|
| child_->SetIsDrawable(true);
|
| - child_->SetForceRenderSurfaceForTesting(true);
|
| + child_->SetForceRenderSurface(true);
|
| root->AddChild(child_);
|
|
|
| scoped_refptr<Layer> child2 = Layer::Create();
|
|
|