| Index: cc/resources/picture.h
|
| diff --git a/cc/resources/picture.h b/cc/resources/picture.h
|
| index 238647772fcd68c4fb9ffa01897be4952300d71b..6a33a40f5aed04c941a1a92ff44cef1ab0f05920 100644
|
| --- a/cc/resources/picture.h
|
| +++ b/cc/resources/picture.h
|
| @@ -60,8 +60,7 @@ class CC_EXPORT Picture
|
| // Record a paint operation. To be able to safely use this SkPicture for
|
| // playback on a different thread this can only be called once.
|
| void Record(ContentLayerClient* client,
|
| - const SkTileGridPicture::TileGridInfo& tile_grid_info,
|
| - RenderingStatsInstrumentation* stats_instrumentation);
|
| + const SkTileGridPicture::TileGridInfo& tile_grid_info);
|
|
|
| // Gather pixel refs from recording.
|
| void GatherPixelRefs(const SkTileGridPicture::TileGridInfo& tile_grid_info,
|
|
|