X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcc%2Fquads%2Ftile_draw_quad.h;h=75eb4d48b6d3e6f1aa22c4369384b1ea4f86c8f2;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=f4053c5be8ab37b9bc3c37b9d90056f0611544b1;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/cc/quads/tile_draw_quad.h b/src/cc/quads/tile_draw_quad.h index f4053c5..75eb4d4 100644 --- a/src/cc/quads/tile_draw_quad.h +++ b/src/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, - gfx::Size texture_size, + const 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, - gfx::Size texture_size, + const gfx::Size& texture_size, bool swizzle_contents); unsigned resource_id;