Index: include/core/SkPicture.h |
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
index 44681ea7e619ba8b7d0e5c0383a33cf24e617faa..7ccd3379e239e359a1e0c67fa3716328ace8263e 100644 |
--- a/include/core/SkPicture.h |
+++ b/include/core/SkPicture.h |
@@ -296,7 +296,7 @@ public: |
*/ |
#if SK_SUPPORT_GPU |
- bool suitableForGpuRasterization(GrContext*) const; |
+ bool suitableForGpuRasterization(GrContext*, const char ** = NULL) const; |
#endif |
protected: |