| Index: cc/layers/picture_layer_impl.cc
|
| diff --git a/cc/layers/picture_layer_impl.cc b/cc/layers/picture_layer_impl.cc
|
| index 0826186f4df64540bcb5ae86521a2d7f17c3b5bc..c16b1156b386b7a1040e4c3d58622fe356d8c3ee 100644
|
| --- a/cc/layers/picture_layer_impl.cc
|
| +++ b/cc/layers/picture_layer_impl.cc
|
| @@ -514,7 +514,7 @@
|
| }
|
|
|
| gfx::Size PictureLayerImpl::CalculateTileSize(
|
| - const gfx::Size& content_bounds) const {
|
| + gfx::Size content_bounds) const {
|
| if (is_mask_) {
|
| int max_size = layer_tree_impl()->MaxTextureSize();
|
| return gfx::Size(
|
|
|