| 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 abb0726121e92c72c530ea39674830bd26ca62db..fc282dfd20848479276b60f2178c7ab4c3de58a3 100644
|
| --- a/cc/trees/layer_tree_host_unittest_picture.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_picture.cc
|
| @@ -421,8 +421,8 @@ class LayerTreeHostPictureTestRSLLMembershipWithScale
|
| picture_->SetBounds(gfx::Size(100, 100));
|
| pinch_->AddChild(picture_);
|
|
|
| - layer_tree_host()->RegisterViewportLayers(NULL, page_scale_layer, pinch_,
|
| - nullptr);
|
| + layer_tree_host()->GetLayerTree()->RegisterViewportLayers(
|
| + NULL, page_scale_layer, pinch_, nullptr);
|
| layer_tree_host()->SetPageScaleFactorAndLimits(1.f, 1.f, 4.f);
|
| layer_tree_host()->SetRootLayer(root_clip);
|
| LayerTreeHostPictureTest::SetupTree();
|
|
|