| Index: cc/quads/tile_draw_quad.cc
 | 
| diff --git a/cc/quads/tile_draw_quad.cc b/cc/quads/tile_draw_quad.cc
 | 
| index 60116ccedd6b99aada3f2d7dac056eae1f394492..c17bb994c0a32ec3f5b5f10d7110da6fde9c0b5d 100644
 | 
| --- a/cc/quads/tile_draw_quad.cc
 | 
| +++ b/cc/quads/tile_draw_quad.cc
 | 
| @@ -26,7 +26,7 @@ void TileDrawQuad::SetNew(const SharedQuadState* shared_quad_state,
 | 
|                            const gfx::Rect& opaque_rect,
 | 
|                            unsigned resource_id,
 | 
|                            const gfx::RectF& tex_coord_rect,
 | 
| -                          gfx::Size texture_size,
 | 
| +                          const gfx::Size& texture_size,
 | 
|                            bool swizzle_contents) {
 | 
|    ContentDrawQuadBase::SetNew(shared_quad_state, DrawQuad::TILED_CONTENT, rect,
 | 
|                                opaque_rect, tex_coord_rect, texture_size,
 | 
| @@ -41,7 +41,7 @@ void TileDrawQuad::SetAll(const SharedQuadState* shared_quad_state,
 | 
|                            bool needs_blending,
 | 
|                            unsigned resource_id,
 | 
|                            const gfx::RectF& tex_coord_rect,
 | 
| -                          gfx::Size texture_size,
 | 
| +                          const gfx::Size& texture_size,
 | 
|                            bool swizzle_contents) {
 | 
|    ContentDrawQuadBase::SetAll(shared_quad_state, DrawQuad::TILED_CONTENT, rect,
 | 
|                                opaque_rect, visible_rect, needs_blending,
 | 
| 
 |