Chromium Code Reviews| Index: cc/test/skia_common.h |
| diff --git a/cc/test/skia_common.h b/cc/test/skia_common.h |
| index 853fb5da78243a3e49be94a4176a7eb6b9aaeed6..0d3833ec53de50fac704ae9cb94dc1e6db2ec781 100644 |
| --- a/cc/test/skia_common.h |
| +++ b/cc/test/skia_common.h |
| @@ -35,7 +35,7 @@ class TestPixelRef : public SkPixelRef { |
| }; |
| void DrawPicture(unsigned char* buffer, |
| - gfx::Rect layer_rect, |
| + const gfx::Rect& layer_rect, |
| scoped_refptr<Picture> picture); |
| void CreateBitmap(gfx::Size size, const char* uri, SkBitmap* bitmap); |