Chromium Code Reviews| Index: cc/test/skia_common.cc |
| diff --git a/cc/test/skia_common.cc b/cc/test/skia_common.cc |
| index de2733d77ded1d5bc48da57464cd3b4d2d50f994..27cc3c6ef4d9a68a200b3bb20687cb8be85aef2b 100644 |
| --- a/cc/test/skia_common.cc |
| +++ b/cc/test/skia_common.cc |
| @@ -32,7 +32,7 @@ SkPixelRef* TestPixelRef::deepCopy( |
| void DrawPicture(unsigned char* buffer, |
| - gfx::Rect layer_rect, |
| + const gfx::Rect& layer_rect, |
| scoped_refptr<Picture> picture) { |
| SkBitmap bitmap; |
| bitmap.setConfig(SkBitmap::kARGB_8888_Config, |