| Index: cc/quads/picture_draw_quad.h
 | 
| diff --git a/cc/quads/picture_draw_quad.h b/cc/quads/picture_draw_quad.h
 | 
| index 8f7235315c029bb648b728bfec713e9b1586013c..76d64b0bd7e58e839b452e07957da19960cb5663 100644
 | 
| --- a/cc/quads/picture_draw_quad.h
 | 
| +++ b/cc/quads/picture_draw_quad.h
 | 
| @@ -26,7 +26,7 @@ class CC_EXPORT PictureDrawQuad : public ContentDrawQuadBase {
 | 
|                const gfx::Rect& rect,
 | 
|                const gfx::Rect& opaque_rect,
 | 
|                const gfx::RectF& tex_coord_rect,
 | 
| -              gfx::Size texture_size,
 | 
| +              const gfx::Size& texture_size,
 | 
|                ResourceFormat texture_format,
 | 
|                const gfx::Rect& content_rect,
 | 
|                float contents_scale,
 | 
| @@ -38,7 +38,7 @@ class CC_EXPORT PictureDrawQuad : public ContentDrawQuadBase {
 | 
|                const gfx::Rect& visible_rect,
 | 
|                bool needs_blending,
 | 
|                const gfx::RectF& tex_coord_rect,
 | 
| -              gfx::Size texture_size,
 | 
| +              const gfx::Size& texture_size,
 | 
|                ResourceFormat texture_format,
 | 
|                const gfx::Rect& content_rect,
 | 
|                float contents_scale,
 | 
| 
 |