| Index: cc/quads/shared_quad_state.h
 | 
| diff --git a/cc/quads/shared_quad_state.h b/cc/quads/shared_quad_state.h
 | 
| index 42d977e2cf2d691c53e1acadda69fe6db9c5bc2c..9c10f6cd581b662142bae5721c853c54874649e3 100644
 | 
| --- a/cc/quads/shared_quad_state.h
 | 
| +++ b/cc/quads/shared_quad_state.h
 | 
| @@ -30,7 +30,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,
 | 
| 
 |