| Index: cc/picture.h
|
| diff --git a/cc/picture.h b/cc/picture.h
|
| index 40644ee97ae9e3ac7712ba10b22ea504610db693..dc5913cdcaa714b837f7f4853aa73107bf6c2283 100644
|
| --- a/cc/picture.h
|
| +++ b/cc/picture.h
|
| @@ -34,7 +34,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*, RenderingStats*);
|
| + void Record(ContentLayerClient*, RenderingStats*, gfx::Size tile_grid_stride);
|
|
|
| // Has Record() been called yet?
|
| bool HasRecording() const { return picture_.get() != NULL; }
|
|
|