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

Side by Side Diff: src/core/SkPictureAnalysis.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 unified diff | Download patch
OLDNEW
(Empty)
1 #ifndef SkPictureAnalysis_DEFINED
2 #define SkPictureAnalysis_DEFINED
3
4 struct SkPictureAnalysis {
5 SkPictureAnalysis()
6 : fRecordWillPlaybackBitmaps(false)
7 , fSuitableForGpuRasterization(false) { }
8
9 bool fRecordWillPlaybackBitmaps;
10 bool fSuitableForGpuRasterization;
11 };
12
13 #endif // SkPictureAnalysis_DEFINED
14
OLDNEW
« no previous file with comments | « src/core/SkPicture.cpp ('k') | src/core/SkPictureRecorder.cpp » ('j') | src/core/SkRecord.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698