| Index: cc/resources/picture_pile.cc
|
| diff --git a/cc/resources/picture_pile.cc b/cc/resources/picture_pile.cc
|
| index 68d75d7aea14e29e21c65a16e6ae7eac90f17b29..d5c77152c27de6f12079d14450956d0d2c2129df 100644
|
| --- a/cc/resources/picture_pile.cc
|
| +++ b/cc/resources/picture_pile.cc
|
| @@ -151,7 +151,7 @@ bool PicturePile::Update(
|
| SkColor background_color,
|
| bool contents_opaque,
|
| const Region& invalidation,
|
| - gfx::Rect visible_layer_rect,
|
| + const gfx::Rect& visible_layer_rect,
|
| int frame_number,
|
| RenderingStatsInstrumentation* stats_instrumentation) {
|
| background_color_ = background_color;
|
|
|