Index: include/core/SkPicture.h |
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
index e3b33e9438618267b865e0e264e1c46919ab7843..92e953416ae436212e177dd3a1d7b51ccf3bc1fc 100644 |
--- a/include/core/SkPicture.h |
+++ b/include/core/SkPicture.h |
@@ -187,6 +187,8 @@ public: |
#if SK_SUPPORT_GPU |
bool suitableForGpuRasterization(GrContext*, const char ** = NULL) const; |
+ |
+ bool suitableForOptimization() const; |
bsalomon
2014/08/11 20:58:20
This seems really general. It's really about suita
robertphillips
2014/08/11 21:17:48
Right - we don't want the picture stats to be API-
|
#endif |
class DeletionListener : public SkRefCnt { |