| Index: cc/trees/layer_tree_host_unittest_context.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc
|
| index 44347d3e88493e6e617298c1b1cda2ac18812b4d..91ed6de48e2473f183cffe8c053bb39eda4c4ef9 100644
|
| --- a/cc/trees/layer_tree_host_unittest_context.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_context.cc
|
| @@ -1148,8 +1148,7 @@ class LayerTreeHostContextTestDontUseLostResources
|
| root->SetIsDrawable(true);
|
|
|
| scoped_refptr<FakeDelegatedRendererLayer> delegated =
|
| - FakeDelegatedRendererLayer::Create(NULL,
|
| - delegated_frame_provider_.get());
|
| + FakeDelegatedRendererLayer::Create(delegated_frame_provider_.get());
|
| delegated->SetBounds(gfx::Size(10, 10));
|
| delegated->SetAnchorPoint(gfx::PointF());
|
| delegated->SetIsDrawable(true);
|
|
|