| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index 02a77701347a8212254416c76127d1e46eca4bf1..6149e922cb422ee98e11abe1ddef29a726569280 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -214,7 +214,7 @@ private:
|
| SkRect fClippedBounds;
|
| };
|
| SkSTArray<256, RecordedBatch, true> fRecordedBatches;
|
| - // The context is only in service of the clip mask manager, remove once CMM doesn't need this.
|
| + // The context is only in service of the GrClip, remove once it doesn't need this.
|
| GrContext* fContext;
|
| GrGpu* fGpu;
|
| GrResourceProvider* fResourceProvider;
|
|
|