| Index: src/gpu/GrPipeline.cpp
|
| diff --git a/src/gpu/GrPipeline.cpp b/src/gpu/GrPipeline.cpp
|
| index d9d3d94853761142f7d6d108b683af00da298d14..4feddb00ab2e43c6d63a8991e0176288a4265c94 100644
|
| --- a/src/gpu/GrPipeline.cpp
|
| +++ b/src/gpu/GrPipeline.cpp
|
| @@ -23,7 +23,7 @@ GrPipeline::GrPipeline(const GrPipelineBuilder& pipelineBuilder,
|
| // Create XferProcessor from DS's XPFactory
|
| SkAutoTUnref<GrXferProcessor> xferProcessor(
|
| pipelineBuilder.getXPFactory()->createXferProcessor(
|
| - colorPOI, coveragePOI, dstTexture, caps));
|
| + colorPOI, coveragePOI, pipelineBuilder.hasMixedSamples(), dstTexture, caps));
|
|
|
| GrColor overrideColor = GrColor_ILLEGAL;
|
| if (colorPOI.firstEffectiveStageIndex() != 0) {
|
|
|