| Index: src/gpu/batches/GrDrawVerticesBatch.h
|
| diff --git a/src/gpu/batches/GrDrawVerticesBatch.h b/src/gpu/batches/GrDrawVerticesBatch.h
|
| index 49e93c8370e15543dd0e7093a57282d1ed841483..aaa7b09812dee6b3b8f093af0f58171ec5b52d8c 100644
|
| --- a/src/gpu/batches/GrDrawVerticesBatch.h
|
| +++ b/src/gpu/batches/GrDrawVerticesBatch.h
|
| @@ -20,8 +20,6 @@
|
|
|
| class GrDrawVerticesBatch : public GrVertexBatch {
|
| public:
|
| - DEFINE_BATCH_CLASS_ID
|
| -
|
| struct Geometry {
|
| GrColor fColor;
|
| SkTDArray<SkPoint> fPositions;
|
| @@ -93,8 +91,6 @@
|
|
|
| BatchTracker fBatch;
|
| SkSTArray<1, Geometry, true> fGeoData;
|
| -
|
| - typedef GrVertexBatch INHERITED;
|
| };
|
|
|
| #endif
|
|
|