summaryrefslogtreecommitdiffstats
path: root/cc/test/fake_picture_layer_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test/fake_picture_layer_impl.cc')
-rw-r--r--cc/test/fake_picture_layer_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/fake_picture_layer_impl.cc b/cc/test/fake_picture_layer_impl.cc
index 4241ae0..6e9ffde 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(
- const gfx::Size& content_bounds) const {
+ gfx::Size content_bounds) const {
if (fixed_tile_size_.IsEmpty()) {
return PictureLayerImpl::CalculateTileSize(content_bounds);
}