| Index: cc/picture_pile.cc
|
| diff --git a/cc/picture_pile.cc b/cc/picture_pile.cc
|
| index 5d1d546515789a975c75aac6d944b0f262ebb312..23ecdf9c76f9f623090e1615460ebbeb5d3aa1a6 100644
|
| --- a/cc/picture_pile.cc
|
| +++ b/cc/picture_pile.cc
|
| @@ -33,7 +33,7 @@ void PicturePile::Update(
|
| ContentLayerClient* painter,
|
| const Region& invalidation,
|
| gfx::Rect visible_layer_rect,
|
| - RenderingStats& stats) {
|
| + RenderingStats* stats) {
|
| gfx::Rect interest_rect = visible_layer_rect;
|
| interest_rect.Inset(
|
| -kPixelDistanceToRecord,
|
|
|