From 25a880960a9a689a745a01071ecba3fe494b5940 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Thu, 1 Dec 2016 09:36:50 -0500 Subject: Rename GrBatch to GrOp Change-Id: I27b6324f8040899fafeda23ca524bc54a4dbf090 Reviewed-on: https://skia-review.googlesource.com/5392 Commit-Queue: Brian Salomon Reviewed-by: Brian Osman --- src/gpu/GrTextureOpList.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gpu/GrTextureOpList.h') diff --git a/src/gpu/GrTextureOpList.h b/src/gpu/GrTextureOpList.h index 7674184890..934c4b0211 100644 --- a/src/gpu/GrTextureOpList.h +++ b/src/gpu/GrTextureOpList.h @@ -13,8 +13,8 @@ #include "SkTArray.h" class GrAuditTrail; -class GrBatch; class GrGpu; +class GrOp; class GrTextureProxy; struct SkIPoint; struct SkIRect; @@ -60,10 +60,10 @@ public: SkDEBUGCODE(void dump() const override;) private: - void recordBatch(GrBatch*); + void recordBatch(GrOp*); - SkSTArray<2, sk_sp, true> fRecordedBatches; - GrGpu* fGpu; + SkSTArray<2, sk_sp, true> fRecordedBatches; + GrGpu* fGpu; typedef GrOpList INHERITED; }; -- cgit v1.2.3