| Index: src/effects/SkArithmeticMode_gpu.cpp
|
| diff --git a/src/effects/SkArithmeticMode_gpu.cpp b/src/effects/SkArithmeticMode_gpu.cpp
|
| index e068c9dc37d5958f4ccea30420914291719f1ac7..469f5b1adbd7a3c85493b92793c55bdd88f77e8a 100644
|
| --- a/src/effects/SkArithmeticMode_gpu.cpp
|
| +++ b/src/effects/SkArithmeticMode_gpu.cpp
|
| @@ -304,12 +304,11 @@
|
| }
|
|
|
| GrXferProcessor*
|
| -GrArithmeticXPFactory::onCreateXferProcessor(const GrDrawTargetCaps& caps,
|
| - const GrProcOptInfo& colorPOI,
|
| +GrArithmeticXPFactory::onCreateXferProcessor(const GrProcOptInfo& colorPOI,
|
| const GrProcOptInfo& coveragePOI,
|
| const GrDeviceCoordTexture* dstCopy) const {
|
| return ArithmeticXP::Create(fK1, fK2, fK3, fK4, fEnforcePMColor, dstCopy,
|
| - this->willReadDstColor(caps, colorPOI, coveragePOI));
|
| + this->willReadDstColor(colorPOI, coveragePOI));
|
| }
|
|
|
|
|
|
|