| Index: cc/resources/picture_pile.h
 | 
| diff --git a/cc/resources/picture_pile.h b/cc/resources/picture_pile.h
 | 
| index 7860e7f831f54245142d72dae0754f9bccaf3f80..c7df1d94cceda8e3e4914734b13b8aaf6e67a4ae 100644
 | 
| --- a/cc/resources/picture_pile.h
 | 
| +++ b/cc/resources/picture_pile.h
 | 
| @@ -25,7 +25,7 @@ class CC_EXPORT PicturePile : public PicturePileBase {
 | 
|        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);
 | 
|  
 | 
| 
 |