| Index: cc/layers/layer.h
 | 
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
 | 
| index 6b7eafc46987cbaee4ae37eda242d63a901d8e5f..df358f2bf999a6338e49308ada1bbcfcfe94e732 100644
 | 
| --- a/cc/layers/layer.h
 | 
| +++ b/cc/layers/layer.h
 | 
| @@ -116,7 +116,7 @@
 | 
|  
 | 
|    // A layer's bounds are in logical, non-page-scaled pixels (however, the
 | 
|    // root layer's bounds are in physical pixels).
 | 
| -  void SetBounds(const gfx::Size& bounds);
 | 
| +  void SetBounds(gfx::Size bounds);
 | 
|    gfx::Size bounds() const { return bounds_; }
 | 
|  
 | 
|    void SetMasksToBounds(bool masks_to_bounds);
 | 
| 
 |