| Index: src/gpu/batches/GrAtlasTextBatch.h
|
| diff --git a/src/gpu/batches/GrAtlasTextBatch.h b/src/gpu/batches/GrAtlasTextBatch.h
|
| index 435fb59d4920279183e5651913047523a78bffa9..01d799233e136b7446bb169b834142e77c4865a9 100644
|
| --- a/src/gpu/batches/GrAtlasTextBatch.h
|
| +++ b/src/gpu/batches/GrAtlasTextBatch.h
|
| @@ -99,8 +99,8 @@ private:
|
| void initBatchTracker(const GrXPOverridesForBatch& overrides) override;
|
|
|
| struct FlushInfo {
|
| - SkAutoTUnref<const GrVertexBuffer> fVertexBuffer;
|
| - SkAutoTUnref<const GrIndexBuffer> fIndexBuffer;
|
| + SkAutoTUnref<const GrBuffer> fVertexBuffer;
|
| + SkAutoTUnref<const GrBuffer> fIndexBuffer;
|
| int fGlyphsToFlush;
|
| int fVertexOffset;
|
| };
|
|
|