Index: src/gpu/GrStrokeRectBatch.h |
diff --git a/src/gpu/GrStrokeRectBatch.h b/src/gpu/GrStrokeRectBatch.h |
index f5dfacb1d594f7e86c342bc24aa3755a80a49e30..cfd9949442d96429e05cde83d0d33c321516048c 100644 |
--- a/src/gpu/GrStrokeRectBatch.h |
+++ b/src/gpu/GrStrokeRectBatch.h |
@@ -38,7 +38,7 @@ public: |
void initBatchTracker(const GrPipelineInfo& init) override; |
- void generateGeometry(GrBatchTarget* batchTarget, const GrPipeline* pipeline) override; |
+ void generateGeometry(GrBatchTarget* batchTarget) override; |
private: |
GrStrokeRectBatch(const Geometry& geometry, bool snapToPixelCenters); |