Index: src/gpu/GrBatchTarget.h |
diff --git a/src/gpu/GrBatchTarget.h b/src/gpu/GrBatchTarget.h |
index 8cd91d37e1412fc6f1cd26e2a4fadf0a1a867ad2..ff9208fdac247452258555136786d6a5b3f86e5b 100644 |
--- a/src/gpu/GrBatchTarget.h |
+++ b/src/gpu/GrBatchTarget.h |
@@ -56,7 +56,8 @@ |
BufferedFlush* bf = fIter.get(); |
const GrPipeline* pipeline = bf->fPipeline; |
const GrPrimitiveProcessor* primProc = bf->fPrimitiveProcessor.get(); |
- fGpu->buildProgramDesc(&desc, *primProc, *pipeline, bf->fBatchTracker); |
+ fGpu->buildProgramDesc(&desc, *primProc, *pipeline, pipeline->descInfo(), |
+ bf->fBatchTracker); |
GrGpu::DrawArgs args(primProc, pipeline, &desc, &bf->fBatchTracker); |