Index: cc/test/skia_common.h |
diff --git a/cc/test/skia_common.h b/cc/test/skia_common.h |
index 34247999fa9fc5acfed1db0458f162328a58c85b..3bafa0b8f99209d34ffb6ee3da2fea67df097a0a 100644 |
--- a/cc/test/skia_common.h |
+++ b/cc/test/skia_common.h |
@@ -23,7 +23,7 @@ void DrawPicture(unsigned char* buffer, |
const gfx::Rect& layer_rect, |
scoped_refptr<Picture> picture); |
-void CreateBitmap(gfx::Size size, const char* uri, SkBitmap* bitmap); |
+void CreateBitmap(const gfx::Size& size, const char* uri, SkBitmap* bitmap); |
} // namespace cc |