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

Unified Diff: src/core/SkRecordAnalysis.h

Issue 364823009: Port suitableForGpuRasterization to SkRecord (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: More SkPicture.h cleanup 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
Index: src/core/SkRecordAnalysis.h
diff --git a/src/core/SkRecordAnalysis.h b/src/core/SkRecordAnalysis.h
index 6bdd5bc3111db9ae6cf43985660b5475635f5892..c97278ff9bbcdde504723f69795bfd114d365c5c 100644
--- a/src/core/SkRecordAnalysis.h
+++ b/src/core/SkRecordAnalysis.h
@@ -3,6 +3,6 @@
#include "SkRecord.h"
-bool SkRecordWillPlaybackBitmaps(const SkRecord& record);
+SkRecordAnalysis AnalyzeSkRecord(const SkRecord& record);
#endif // SkRecordAnalysis_DEFINED
« src/core/SkRecord.h ('K') | « src/core/SkRecord.h ('k') | src/core/SkRecordAnalysis.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698