summaryrefslogtreecommitdiffstats
path: root/cc/quads/tile_draw_quad.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/quads/tile_draw_quad.h')
-rw-r--r--cc/quads/tile_draw_quad.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/quads/tile_draw_quad.h b/cc/quads/tile_draw_quad.h
index 75eb4d4..f4053c5 100644
--- a/cc/quads/tile_draw_quad.h
+++ b/cc/quads/tile_draw_quad.h
@@ -19,7 +19,7 @@ class CC_EXPORT TileDrawQuad : public ContentDrawQuadBase {
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);
void SetAll(const SharedQuadState* shared_quad_state,
@@ -29,7 +29,7 @@ class CC_EXPORT TileDrawQuad : public ContentDrawQuadBase {
bool needs_blending,
unsigned resource_id,
const gfx::RectF& tex_coord_rect,
- const gfx::Size& texture_size,
+ gfx::Size texture_size,
bool swizzle_contents);
unsigned resource_id;