Index: cc/quads/texture_draw_quad.h |
diff --git a/cc/quads/texture_draw_quad.h b/cc/quads/texture_draw_quad.h |
index 4aa4d7a16420b39f18875f6f87d59dc20b43a2a1..510440745219506e9d477ffdb4409016fc6015c3 100644 |
--- a/cc/quads/texture_draw_quad.h |
+++ b/cc/quads/texture_draw_quad.h |
@@ -17,8 +17,8 @@ class CC_EXPORT TextureDrawQuad : public DrawQuad { |
static scoped_ptr<TextureDrawQuad> Create(); |
void SetNew(const SharedQuadState* shared_quad_state, |
- gfx::Rect rect, |
- gfx::Rect opaque_rect, |
+ const gfx::Rect& rect, |
+ const gfx::Rect& opaque_rect, |
unsigned resource_id, |
bool premultiplied_alpha, |
gfx::PointF uv_top_left, |
@@ -28,9 +28,9 @@ class CC_EXPORT TextureDrawQuad : public DrawQuad { |
bool flipped); |
void SetAll(const SharedQuadState* shared_quad_state, |
- gfx::Rect rect, |
- gfx::Rect opaque_rect, |
- gfx::Rect visible_rect, |
+ const gfx::Rect& rect, |
+ const gfx::Rect& opaque_rect, |
+ const gfx::Rect& visible_rect, |
bool needs_blending, |
unsigned resource_id, |
bool premultiplied_alpha, |