Index: src/gpu/GrPictureUtils.h |
=================================================================== |
--- src/gpu/GrPictureUtils.h (revision 14079) |
+++ src/gpu/GrPictureUtils.h (working copy) |
@@ -19,6 +19,10 @@ |
struct SaveLayerInfo { |
// The size of the saveLayer |
SkISize fSize; |
+ // The origin of this layer in the parent layer |
+ SkIPoint fOrigin; |
+ // The paint to use on restore |
+ const SkPaint* fPaint; |
// The ID of this saveLayer in the picture. 0 is an invalid ID. |
size_t fSaveLayerOpID; |
// The ID of the matching restore in the picture. 0 is an invalid ID. |