| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index 4acad4d61bc9c8caa2e6f07f11bb79e5878272e6..a3155b454e09df3f7894783683d3296ddd24a506 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -10093,8 +10093,8 @@ TEST_F(LayerTreeHostImplTest, InvalidLayerNotAddedToRasterQueue) {
|
| layer->tilings()->tiling_at(0)->set_resolution(
|
| TileResolution::HIGH_RESOLUTION);
|
| layer->tilings()->tiling_at(0)->CreateAllTilesForTesting();
|
| - layer->tilings()->tiling_at(0)->ComputeTilePriorityRects(
|
| - gfx::Rect(gfx::Size(10, 10)), 1.f, 1.0, Occlusion());
|
| + layer->tilings()->UpdateTilePriorities(gfx::Rect(gfx::Size(10, 10)), 1.f, 1.0,
|
| + Occlusion(), true);
|
| host_impl_->pending_tree()->SetRootLayer(std::move(layer));
|
|
|
| FakePictureLayerImpl* root_layer = static_cast<FakePictureLayerImpl*>(
|
|
|