Index: src/gpu/batches/GrDrawVerticesBatch.cpp |
diff --git a/src/gpu/batches/GrDrawVerticesBatch.cpp b/src/gpu/batches/GrDrawVerticesBatch.cpp |
index 20d9f7929067fe1da9b2e6460d17a7f5483a4137..d3c9f5e32f4a1e2df7d2b4791e3df690bddc67e9 100644 |
--- a/src/gpu/batches/GrDrawVerticesBatch.cpp |
+++ b/src/gpu/batches/GrDrawVerticesBatch.cpp |
@@ -65,7 +65,7 @@ GrDrawVerticesBatch::GrDrawVerticesBatch(const Geometry& geometry, GrPrimitiveTy |
this->setBounds(bounds); |
} |
-void GrDrawVerticesBatch::computePipelineOptimizations(GrInitInvariantOutput* color, |
+void GrDrawVerticesBatch::computePipelineOptimizations(GrInitInvariantOutput* color, |
GrInitInvariantOutput* coverage, |
GrBatchToXPOverrides* overrides) const { |
// When this is called on a batch, there is only one geometry bundle |