| Index: src/gpu/effects/GrConfigConversionEffect.cpp
|
| diff --git a/src/gpu/effects/GrConfigConversionEffect.cpp b/src/gpu/effects/GrConfigConversionEffect.cpp
|
| index 2581510218e351965e4cd1e0976ef5c981a8492d..4c8813d41550dee7cbcf1233c2815ae8d9344052 100644
|
| --- a/src/gpu/effects/GrConfigConversionEffect.cpp
|
| +++ b/src/gpu/effects/GrConfigConversionEffect.cpp
|
| @@ -232,7 +232,7 @@
|
| (paint3.getProcessorDataManager(), tempTex, false, *pmToUPMRule,
|
| SkMatrix::I())));
|
|
|
| - paint1.addColorFragmentProcessor(pmToUPM1);
|
| + paint1.addColorProcessor(pmToUPM1);
|
|
|
|
|
| GrDrawContext* readDrawContext = context->drawContext();
|
| @@ -250,7 +250,7 @@
|
|
|
| readTex->readPixels(0, 0, 256, 256, kRGBA_8888_GrPixelConfig, firstRead);
|
|
|
| - paint2.addColorFragmentProcessor(upmToPM);
|
| + paint2.addColorProcessor(upmToPM);
|
|
|
| GrDrawContext* tempDrawContext = context->drawContext();
|
| if (!tempDrawContext) {
|
| @@ -264,7 +264,7 @@
|
| kDstRect,
|
| kSrcRect);
|
|
|
| - paint3.addColorFragmentProcessor(pmToUPM2);
|
| + paint3.addColorProcessor(pmToUPM2);
|
|
|
| readDrawContext = context->drawContext();
|
| if (!readDrawContext) {
|
|
|