Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(513)

Unified Diff: include/core/SkPicture.h

Issue 464433002: Add layer counting to SkPictureRecord (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: address code review comments Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkPicture.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | src/core/SkPicture.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698