| Index: cc/test/fake_picture_layer_impl.cc
|
| diff --git a/cc/test/fake_picture_layer_impl.cc b/cc/test/fake_picture_layer_impl.cc
|
| index 4241ae0c691712b326d8f1b76ccfc5bd1e52adf8..6e9ffdefbd0dd9fc9959778d8239c6ae12015492 100644
|
| --- a/cc/test/fake_picture_layer_impl.cc
|
| +++ b/cc/test/fake_picture_layer_impl.cc
|
| @@ -36,7 +36,7 @@
|
| }
|
|
|
| gfx::Size FakePictureLayerImpl::CalculateTileSize(
|
| - const gfx::Size& content_bounds) const {
|
| + gfx::Size content_bounds) const {
|
| if (fixed_tile_size_.IsEmpty()) {
|
| return PictureLayerImpl::CalculateTileSize(content_bounds);
|
| }
|
|
|