Index: cc/test/layer_tree_pixel_test.cc |
diff --git a/cc/test/layer_tree_pixel_test.cc b/cc/test/layer_tree_pixel_test.cc |
index 806b8770b9ae39c47abc4495376cfdc0d1efd8c8..c5d2125c120365733859d31ec02e26f83fd0bbee 100644 |
--- a/cc/test/layer_tree_pixel_test.cc |
+++ b/cc/test/layer_tree_pixel_test.cc |
@@ -228,7 +228,7 @@ void LayerTreePixelTest::SetupTree() { |
} |
scoped_ptr<SkBitmap> LayerTreePixelTest::CopyTextureMailboxToBitmap( |
- gfx::Size size, |
+ const gfx::Size& size, |
const TextureMailbox& texture_mailbox) { |
DCHECK(texture_mailbox.IsTexture()); |
if (!texture_mailbox.IsTexture()) |