| Index: src/gpu/batches/GrDefaultPathRenderer.cpp
|
| diff --git a/src/gpu/batches/GrDefaultPathRenderer.cpp b/src/gpu/batches/GrDefaultPathRenderer.cpp
|
| index f4ce7c85a52bfc9ca818dad8f87e477e35033f2e..42a1997823306a4950c0b38dd09e18a6ae1cd604 100644
|
| --- a/src/gpu/batches/GrDefaultPathRenderer.cpp
|
| +++ b/src/gpu/batches/GrDefaultPathRenderer.cpp
|
| @@ -217,6 +217,8 @@ public:
|
| SkScalar fTolerance;
|
| };
|
|
|
| + BATCH_CLASS_ID
|
| +
|
| static GrDrawBatch* Create(const Geometry& geometry, uint8_t coverage,
|
| const SkMatrix& viewMatrix, bool isHairline,
|
| const SkRect& devBounds) {
|
|
|