Index: src/gpu/GrPictureUtils.h |
diff --git a/src/gpu/GrPictureUtils.h b/src/gpu/GrPictureUtils.h |
index 1c6897ce773c78a84808fe39ae589588e5861fbb..55b294ac6985a14c00c5e59b3e6ebddd2d7f65d8 100644 |
--- a/src/gpu/GrPictureUtils.h |
+++ b/src/gpu/GrPictureUtils.h |
@@ -26,8 +26,8 @@ public: |
uint32_t fPictureID; |
// The size of the saveLayer |
SkISize fSize; |
- // The matrix state in which this layer's draws must occur. It already incorporates |
- // the translation needed to map the layer's top-left point to the origin. |
+ // The matrix state in which this layer's draws must occur. It does not |
+ // include the translation needed to map the layer's top-left point to the origin. |
SkMatrix fOriginXform; |
// The offset that needs to be passed to drawBitmap to correctly |
// position the pre-rendered layer. It is in device space. |