Index: src/gpu/batches/GrDrawAtlasBatch.h |
diff --git a/src/gpu/batches/GrDrawAtlasBatch.h b/src/gpu/batches/GrDrawAtlasBatch.h |
index de128f211db1ccc9e7b245f77c64faaa08e67df0..196d552bde7e82fde634ef7a52c9d66f437b357d 100644 |
--- a/src/gpu/batches/GrDrawAtlasBatch.h |
+++ b/src/gpu/batches/GrDrawAtlasBatch.h |
@@ -45,7 +45,7 @@ public: |
SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } |
private: |
- void onPrepareDraws(Target*) override; |
+ void onPrepareDraws(Target*) const override; |
void initBatchTracker(const GrPipelineOptimizations&) override; |