| Index: cc/quads/shared_quad_state.h
|
| diff --git a/cc/quads/shared_quad_state.h b/cc/quads/shared_quad_state.h
|
| index 9c10f6cd581b662142bae5721c853c54874649e3..42d977e2cf2d691c53e1acadda69fe6db9c5bc2c 100644
|
| --- a/cc/quads/shared_quad_state.h
|
| +++ b/cc/quads/shared_quad_state.h
|
| @@ -30,7 +30,7 @@ class CC_EXPORT SharedQuadState {
|
| scoped_ptr<SharedQuadState> Copy() const;
|
|
|
| void SetAll(const gfx::Transform& content_to_target_transform,
|
| - gfx::Size content_bounds,
|
| + const gfx::Size& content_bounds,
|
| const gfx::Rect& visible_content_rect,
|
| const gfx::Rect& clip_rect,
|
| bool is_clipped,
|
|
|