| Index: cc/picture.h
|
| diff --git a/cc/picture.h b/cc/picture.h
|
| index 44abb9a1793eb6cd14dc41f2ee5b5157c9a25888..b660cfea7ac1ce3e914731e860804aae5704e7d4 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_size);
|
|
|
| // Has Record() been called yet?
|
| bool HasRecording() const { return picture_.get() != NULL; }
|
|
|