aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPictureUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrPictureUtils.h')
-rw-r--r--src/gpu/GrPictureUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrPictureUtils.h b/src/gpu/GrPictureUtils.h
index a280a16ce3..a730697d62 100644
--- a/src/gpu/GrPictureUtils.h
+++ b/src/gpu/GrPictureUtils.h
@@ -74,6 +74,6 @@ private:
typedef SkPicture::AccelData INHERITED;
};
-void GatherGPUInfo(SkPicture* pict, GPUAccelData* accelData);
+void GatherGPUInfo(const SkPicture* pict, GPUAccelData* accelData);
#endif // GrPictureUtils_DEFINED