| Index: src/gpu/batches/GrDrawVerticesBatch.cpp
|
| diff --git a/src/gpu/batches/GrDrawVerticesBatch.cpp b/src/gpu/batches/GrDrawVerticesBatch.cpp
|
| index cc5ccbd001cef51989347fe5a44a6d56310aef17..cfbd24c9c57d75b89fb3488f7ff383db1a278a34 100644
|
| --- a/src/gpu/batches/GrDrawVerticesBatch.cpp
|
| +++ b/src/gpu/batches/GrDrawVerticesBatch.cpp
|
| @@ -92,7 +92,7 @@ void GrDrawVerticesBatch::initBatchTracker(const GrXPOverridesForBatch& override
|
| }
|
| }
|
|
|
| -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(
|
|
|