| Index: cc/quads/shared_quad_state.h
|
| diff --git a/cc/quads/shared_quad_state.h b/cc/quads/shared_quad_state.h
|
| index b7e1a9eb515e68cafe22cc633daf030ace6de1cd..9098bfb7c366ea6787af33a5144f583804b54706 100644
|
| --- a/cc/quads/shared_quad_state.h
|
| +++ b/cc/quads/shared_quad_state.h
|
| @@ -25,7 +25,7 @@
|
| scoped_ptr<SharedQuadState> Copy() const;
|
|
|
| void SetAll(const gfx::Transform& content_to_target_transform,
|
| - const gfx::Size& content_bounds,
|
| + gfx::Size content_bounds,
|
| const gfx::Rect& visible_content_rect,
|
| const gfx::Rect& clip_rect,
|
| bool is_clipped,
|
|
|