| Index: cc/trees/layer_tree_host_unittest_picture.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_picture.cc b/cc/trees/layer_tree_host_unittest_picture.cc
|
| index 646b3a039afacae164c7c04e1b46f5f21627a3cc..9c5d00eddb145249b7099a090634019f6afafaf9 100644
|
| --- a/cc/trees/layer_tree_host_unittest_picture.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_picture.cc
|
| @@ -410,7 +410,7 @@ class LayerTreeHostPictureTestRSLLMembershipWithScale
|
| picture_->SetBounds(gfx::Size(100, 100));
|
| pinch_->AddChild(picture_);
|
|
|
| - layer_tree_host()->RegisterViewportLayers(NULL, root, pinch_, pinch_);
|
| + layer_tree_host()->RegisterViewportLayers(NULL, root, pinch_, nullptr);
|
| layer_tree_host()->SetPageScaleFactorAndLimits(1.f, 1.f, 4.f);
|
| layer_tree_host()->SetRootLayer(root);
|
| LayerTreeHostPictureTest::SetupTree();
|
|
|