Chromium Code Reviews| Index: cc/layers/layer.cc |
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc |
| index f5850067c415af5bc11f9495d2933533904a32e7..79f00f14e77164956d8984853a2a0e6f78de3221 100644 |
| --- a/cc/layers/layer.cc |
| +++ b/cc/layers/layer.cc |
| @@ -324,7 +324,7 @@ int Layer::IndexOfChild(const Layer* reference) { |
| return -1; |
| } |
| -void Layer::SetBounds(gfx::Size size) { |
| +void Layer::SetBounds(const gfx::Size& size) { |
| DCHECK(IsPropertyChangeAllowed()); |
| if (bounds() == size) |
| return; |