Index: cc/resources/picture.cc |
diff --git a/cc/resources/picture.cc b/cc/resources/picture.cc |
index b54e08f31d0234911c3de6cdd0625609284e10ce..da898ff4714958ebec16ecd36472570bbaf5cdd9 100644 |
--- a/cc/resources/picture.cc |
+++ b/cc/resources/picture.cc |
@@ -207,7 +207,7 @@ void Picture::Raster( |
canvas->restore(); |
} |
-void Picture::GatherPixelRefs(const gfx::Rect& layer_rect, |
+void Picture::GatherPixelRefs(gfx::Rect layer_rect, |
std::list<skia::LazyPixelRef*>& pixel_ref_list) { |
DCHECK(picture_); |
SkData* pixel_refs = SkPictureUtils::GatherPixelRefs( |