From 9afd371a8a66f992f98eb2a3fc75ae64bddc730b Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Thu, 1 Dec 2016 10:59:09 -0500 Subject: Rename GrDrawBatch->GrDrawOp Change-Id: I18f520924b8a2548566fd61dbea4e3e12bd253dd Reviewed-on: https://skia-review.googlesource.com/5411 Commit-Queue: Brian Salomon Reviewed-by: Brian Osman --- include/gpu/GrRenderTargetContext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/gpu/GrRenderTargetContext.h b/include/gpu/GrRenderTargetContext.h index 6e46cd90fa..c957c7ad53 100644 --- a/include/gpu/GrRenderTargetContext.h +++ b/include/gpu/GrRenderTargetContext.h @@ -18,8 +18,8 @@ #include "../private/GrRenderTargetProxy.h" class GrClip; -class GrDrawBatch; class GrDrawingManager; +class GrDrawOp; class GrFixedClip; class GrPipelineBuilder; class GrRenderTarget; @@ -451,7 +451,7 @@ private: // This entry point allows the GrTextContext-derived classes to add their batches to // the GrOpList. - void drawBatch(const GrPipelineBuilder& pipelineBuilder, const GrClip&, GrDrawBatch* batch); + void drawBatch(const GrPipelineBuilder& pipelineBuilder, const GrClip&, GrDrawOp* batch); GrRenderTargetOpList* getOpList(); -- cgit v1.2.3