| Index: src/gpu/batches/GrStrokeRectBatch.h
|
| diff --git a/src/gpu/batches/GrStrokeRectBatch.h b/src/gpu/batches/GrStrokeRectBatch.h
|
| index b374ea862da84cc11ed843abb2887fea471e4420..db0a65c40cf3ae20e284ff59720a90f4848d9d48 100644
|
| --- a/src/gpu/batches/GrStrokeRectBatch.h
|
| +++ b/src/gpu/batches/GrStrokeRectBatch.h
|
| @@ -21,6 +21,8 @@ public:
|
| SkScalar fStrokeWidth;
|
| };
|
|
|
| + BATCH_CLASS_ID
|
| +
|
| static GrDrawBatch* Create(const Geometry& geometry, bool snapToPixelCenters) {
|
| return new GrStrokeRectBatch(geometry, snapToPixelCenters);
|
| }
|
|
|