Index: src/gpu/GrDrawTarget.cpp |
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp |
index bb473cafe45e9cdc53952627741e942f43b7e4af..4ab467ccf43ad16a6d69d4d6f76ca25e5f773ad7 100644 |
--- a/src/gpu/GrDrawTarget.cpp |
+++ b/src/gpu/GrDrawTarget.cpp |
@@ -49,7 +49,7 @@ GrDrawTarget::GrDrawTarget(GrRenderTarget* rt, GrGpu* gpu, GrResourceProvider* r |
, fAuditTrail(auditTrail) |
, fFlags(0) |
, fRenderTarget(rt) { |
- // TODO: Stop extracting the context (currently needed by GrClipMaskManager) |
+ // TODO: Stop extracting the context (currently needed by GrClip) |
fContext = fGpu->getContext(); |
fClipBatchToBounds = options.fClipBatchToBounds; |