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