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 6e9ffdefbd0dd9fc9959778d8239c6ae12015492..4241ae0c691712b326d8f1b76ccfc5bd1e52adf8 100644 |
--- a/cc/test/fake_picture_layer_impl.cc |
+++ b/cc/test/fake_picture_layer_impl.cc |
@@ -36,7 +36,7 @@ void FakePictureLayerImpl::AppendQuads(QuadSink* quad_sink, |
} |
gfx::Size FakePictureLayerImpl::CalculateTileSize( |
- gfx::Size content_bounds) const { |
+ const gfx::Size& content_bounds) const { |
if (fixed_tile_size_.IsEmpty()) { |
return PictureLayerImpl::CalculateTileSize(content_bounds); |
} |