Index: src/gpu/batches/GrDrawVerticesBatch.h |
diff --git a/src/gpu/batches/GrDrawVerticesBatch.h b/src/gpu/batches/GrDrawVerticesBatch.h |
index 8503b0121e28bf991c9822bf73972c3177fd5fdf..b1dd30211643c4dab78a2f9d73ba4f9a50d2fe8f 100644 |
--- a/src/gpu/batches/GrDrawVerticesBatch.h |
+++ b/src/gpu/batches/GrDrawVerticesBatch.h |
@@ -49,7 +49,7 @@ public: |
SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } |
private: |
- void onPrepareDraws(Target*) override; |
+ void onPrepareDraws(Target*) const override; |
void initBatchTracker(const GrPipelineOptimizations&) override; |
GrDrawVerticesBatch(const Geometry& geometry, GrPrimitiveType primitiveType, |