| 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 f0d0fd7890702ec8a0b4b149fa5216d2068ea004..40b7834d701910e7f41461bdc6916ca373224f81 100644
|
| --- a/cc/resources/picture_layer_tiling_set.h
|
| +++ b/cc/resources/picture_layer_tiling_set.h
|
| @@ -62,7 +62,8 @@ class CC_EXPORT PictureLayerTilingSet {
|
| const gfx::Size& new_layer_bounds,
|
| const Region& layer_invalidation,
|
| float minimum_contents_scale,
|
| - RasterSource* raster_source);
|
| + RasterSource* raster_source,
|
| + base::TimeTicks frame_time);
|
|
|
| PictureLayerTiling* AddTiling(float contents_scale,
|
| const gfx::Size& layer_bounds);
|
|
|