From f2361d2d93c200cd4555b5e8ecea4531801abaaa Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Tue, 25 Oct 2016 14:20:06 -0400 Subject: Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3910 Change-Id: I026aa26ecc61a0d002e98892dca728536259e8b1 Reviewed-on: https://skia-review.googlesource.com/3910 Reviewed-by: Brian Osman Commit-Queue: Robert Phillips --- src/gpu/batches/GrDrawBatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/batches/GrDrawBatch.h') diff --git a/src/gpu/batches/GrDrawBatch.h b/src/gpu/batches/GrDrawBatch.h index 5f37b7b000..e675f5fc4d 100644 --- a/src/gpu/batches/GrDrawBatch.h +++ b/src/gpu/batches/GrDrawBatch.h @@ -42,7 +42,7 @@ private: }; /** - * Base class for GrBatches that draw. These batches have a GrPipeline installed by GrDrawTarget. + * Base class for GrBatches that draw. These batches have a GrPipeline installed by GrOpList. */ class GrDrawBatch : public GrBatch { public: -- cgit v1.2.3