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