| 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 a400b8b39b5eb331a27ef200a3a94908a2e848e0..e2bf3d4f797e1980dc0d1881cf32043736274d48 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -11332,7 +11332,7 @@ TEST_F(LayerTreeHostImplTest, InvalidLayerNotAddedToRasterQueue) {
|
| layer->SetBounds(gfx::Size(10, 10));
|
| layer->set_gpu_raster_max_texture_size(host_impl_->device_viewport_size());
|
| layer->SetDrawsContent(true);
|
| - layer->tilings()->AddTiling(1.0f, raster_source_with_tiles);
|
| + layer->tilings()->AddTiling(gfx::AxisTransform2d(), raster_source_with_tiles);
|
| layer->UpdateRasterSource(raster_source_with_tiles, &empty_invalidation,
|
| nullptr);
|
| layer->tilings()->tiling_at(0)->set_resolution(
|
|
|