| Index: cc/quads/shared_quad_state.h
|
| diff --git a/cc/quads/shared_quad_state.h b/cc/quads/shared_quad_state.h
|
| index b70d4a11fb90219beb91a026f988c99c6f955178..9098bfb7c366ea6787af33a5144f583804b54706 100644
|
| --- a/cc/quads/shared_quad_state.h
|
| +++ b/cc/quads/shared_quad_state.h
|
| @@ -26,8 +26,8 @@ class CC_EXPORT SharedQuadState {
|
|
|
| void SetAll(const gfx::Transform& content_to_target_transform,
|
| gfx::Size content_bounds,
|
| - gfx::Rect visible_content_rect,
|
| - gfx::Rect clip_rect,
|
| + const gfx::Rect& visible_content_rect,
|
| + const gfx::Rect& clip_rect,
|
| bool is_clipped,
|
| float opacity,
|
| SkXfermode::Mode blend_mode);
|
|
|