| Index: cc/picture_layer.cc
|
| diff --git a/cc/picture_layer.cc b/cc/picture_layer.cc
|
| index 0845af8d1f384865e067f1397f771dfc40b5ab86..b9ce65a50240b32e79e5b2e4c94c09d4e4ca418c 100644
|
| --- a/cc/picture_layer.cc
|
| +++ b/cc/picture_layer.cc
|
| @@ -61,7 +61,7 @@ void PictureLayer::setNeedsDisplayRect(const gfx::RectF& layer_rect) {
|
| }
|
|
|
| void PictureLayer::update(ResourceUpdateQueue&, const OcclusionTracker*,
|
| - RenderingStats& stats) {
|
| + RenderingStats* stats) {
|
| // Do not early-out of this function so that PicturePile::Update has a chance
|
| // to record pictures due to changing visibility of this layer.
|
|
|
|
|