Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / cc / quads / content_draw_quad_base.h
index d07bd36..44f8bd0 100644 (file)
@@ -21,7 +21,7 @@ class CC_EXPORT ContentDrawQuadBase : public DrawQuad {
               const gfx::Rect& rect,
               const gfx::Rect& opaque_rect,
               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,
@@ -31,7 +31,7 @@ class CC_EXPORT ContentDrawQuadBase : public DrawQuad {
               const gfx::Rect& visible_rect,
               bool needs_blending,
               const gfx::RectF& tex_coord_rect,
-              gfx::Size texture_size,
+              const gfx::Size& texture_size,
               bool swizzle_contents);
 
   gfx::RectF tex_coord_rect;