| Index: cc/resources/picture_layer_tiling_set.h
|
| diff --git a/cc/resources/picture_layer_tiling_set.h b/cc/resources/picture_layer_tiling_set.h
|
| index cf959350551ff5c32501a3540cfbd8ebeed506ec..d04d8d49cc40ce2356239a84f9d84418af2ea4d3 100644
|
| --- a/cc/resources/picture_layer_tiling_set.h
|
| +++ b/cc/resources/picture_layer_tiling_set.h
|
| @@ -179,7 +179,8 @@ class CC_EXPORT PictureLayerTilingSet {
|
|
|
| void CopyTilingsAndPropertiesFromPendingTwin(
|
| const PictureLayerTilingSet* pending_twin_set,
|
| - const scoped_refptr<RasterSource>& raster_source);
|
| + const scoped_refptr<RasterSource>& raster_source,
|
| + const Region& layer_invalidation);
|
|
|
| // Remove one tiling.
|
| void Remove(PictureLayerTiling* tiling);
|
|
|