From 2ee084e73056b0ad76b721017f576168b7306da3 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Fri, 16 Dec 2016 18:59:19 -0500 Subject: Rename GrBatchAtlas -> GrDrawOpAtlas. Change-Id: I776f37e42dcab8b16535c48df9c405b1f211f6c9 Reviewed-on: https://skia-review.googlesource.com/6165 Commit-Queue: Brian Salomon Reviewed-by: Brian Osman --- src/gpu/ops/GrAADistanceFieldPathRenderer.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/gpu/ops/GrAADistanceFieldPathRenderer.h') diff --git a/src/gpu/ops/GrAADistanceFieldPathRenderer.h b/src/gpu/ops/GrAADistanceFieldPathRenderer.h index 29db2e0927..5d3480743d 100644 --- a/src/gpu/ops/GrAADistanceFieldPathRenderer.h +++ b/src/gpu/ops/GrAADistanceFieldPathRenderer.h @@ -69,10 +69,10 @@ private: // 64x64 max, 128x128 max) and the GrShape's key. SkAutoSTArray<24, uint32_t> fKey; }; - Key fKey; - GrBatchAtlas::AtlasID fID; - SkRect fBounds; - SkRect fTexCoords; + Key fKey; + GrDrawOpAtlas::AtlasID fID; + SkRect fBounds; + SkRect fTexCoords; SK_DECLARE_INTERNAL_LLIST_INTERFACE(ShapeData); static inline const Key& GetKey(const ShapeData& data) { @@ -84,12 +84,12 @@ private: } }; - static void HandleEviction(GrBatchAtlas::AtlasID, void*); + static void HandleEviction(GrDrawOpAtlas::AtlasID, void*); typedef SkTDynamicHash ShapeCache; typedef SkTInternalLList ShapeDataList; - std::unique_ptr fAtlas; + std::unique_ptr fAtlas; ShapeCache fShapeCache; ShapeDataList fShapeList; -- cgit v1.2.3