Index: include/utils/SkPictureUtils.h |
diff --git a/include/utils/SkPictureUtils.h b/include/utils/SkPictureUtils.h |
index c35aca81e2acc7b53d59df9ce132ac653d2637cc..c35e1c74090996c8daf1f71f96b4966ef15f7616 100644 |
--- a/include/utils/SkPictureUtils.h |
+++ b/include/utils/SkPictureUtils.h |
@@ -26,7 +26,7 @@ public: |
* so the returned pointers are only valid while the picture is in scope |
* and remains unchanged. |
*/ |
- static SkData* GatherPixelRefs(SkPicture* pict, const SkRect& area); |
+ static SkData* GatherPixelRefs(const SkPicture* pict, const SkRect& area); |
/** |
* SkPixelRefContainer provides a base class for more elaborate pixel ref |