Index: src/gpu/GrRecordReplaceDraw.h |
diff --git a/src/gpu/GrRecordReplaceDraw.h b/src/gpu/GrRecordReplaceDraw.h |
index f59e44883e16231f9745980019d08a1c92f20ad5..3ba43dc2f04db764ca9a3122fada0f8e14f87b18 100644 |
--- a/src/gpu/GrRecordReplaceDraw.h |
+++ b/src/gpu/GrRecordReplaceDraw.h |
@@ -30,7 +30,7 @@ public: |
unsigned fStop; |
SkIPoint fPos; |
SkImage* fImage; // Owns a ref |
- const SkPaint* fPaint; // Note: this object doesn't own the paint |
+ const SkPaint* fPaint; // Owned by this object |
SkIRect fSrcRect; |
}; |