| Index: cc/picture_pile.h
|
| diff --git a/cc/picture_pile.h b/cc/picture_pile.h
|
| index e5818ce455d6413beb4dcbd330897cb715553f37..a6271fac05f27ddceadf3548140add02fee6fc9e 100644
|
| --- a/cc/picture_pile.h
|
| +++ b/cc/picture_pile.h
|
| @@ -23,7 +23,7 @@ class CC_EXPORT PicturePile : public PicturePileBase {
|
| ContentLayerClient* painter,
|
| const Region& invalidation,
|
| gfx::Rect visible_layer_rect,
|
| - RenderingStats& stats);
|
| + RenderingStats* stats);
|
|
|
| // Update other with a shallow copy of this (main => compositor thread commit)
|
| void PushPropertiesTo(PicturePileImpl* other);
|
|
|