Index: src/gpu/batches/GrDrawVerticesBatch.cpp |
diff --git a/src/gpu/batches/GrDrawVerticesBatch.cpp b/src/gpu/batches/GrDrawVerticesBatch.cpp |
index 16c70e8513a0c49f837d532ce92cde132eb91c6b..5aab5c87a85f47556c9bcc36c185b031ced36188 100644 |
--- a/src/gpu/batches/GrDrawVerticesBatch.cpp |
+++ b/src/gpu/batches/GrDrawVerticesBatch.cpp |
@@ -92,7 +92,7 @@ void GrDrawVerticesBatch::initBatchTracker(const GrPipelineOptimizations& opt) { |
} |
} |
-void GrDrawVerticesBatch::onPrepareDraws(Target* target) { |
+void GrDrawVerticesBatch::onPrepareDraws(Target* target) const { |
bool hasLocalCoords = !fGeoData[0].fLocalCoords.isEmpty(); |
int colorOffset = -1, texOffset = -1; |
SkAutoTUnref<const GrGeometryProcessor> gp( |