| Index: cc/resources/picture_layer_tiling_set.cc
|
| diff --git a/cc/resources/picture_layer_tiling_set.cc b/cc/resources/picture_layer_tiling_set.cc
|
| index 96e60b81a762c3777b01c824928fd8b40b138bc5..a3348bc72d350f608c21555cef7a60ed9da5c727 100644
|
| --- a/cc/resources/picture_layer_tiling_set.cc
|
| +++ b/cc/resources/picture_layer_tiling_set.cc
|
| @@ -90,7 +90,9 @@ void PictureLayerTilingSet::UpdateTilingsToCurrentRasterSource(
|
| tiling->Resize(layer_bounds);
|
| tiling->Invalidate(layer_invalidation);
|
| tiling->SetRasterSource(raster_source);
|
| - // TODO(danakj): Is this needed anymore? Won't they already exist?
|
| + // This is needed for cases where the live tiles rect didn't change but
|
| + // recordings exist in the raster source that did not exist on the last
|
| + // raster source.
|
| tiling->CreateMissingTilesInLiveTilesRect();
|
|
|
| // If |twin_set| is present, use the resolutions from there. Otherwise leave
|
|
|