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