aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrRecordReplaceDraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrRecordReplaceDraw.h')
-rw-r--r--src/gpu/GrRecordReplaceDraw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrRecordReplaceDraw.h b/src/gpu/GrRecordReplaceDraw.h
index f59e44883e..3ba43dc2f0 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;
};