| Index: include/gpu/GrContext.h
|
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
|
| index f576474cff01f98aa8023dd76ebe24075be222cd..370830e1ad652610eccebc5f4f41a00c81f6fb47 100644
|
| --- a/include/gpu/GrContext.h
|
| +++ b/include/gpu/GrContext.h
|
| @@ -442,8 +442,10 @@ private:
|
| * of effects that make a readToUPM->writeToPM->readToUPM cycle invariant. Otherwise, they
|
| * return NULL.
|
| */
|
| - const GrFragmentProcessor* createPMToUPMEffect(GrTexture*, bool swapRAndB, const SkMatrix&);
|
| - const GrFragmentProcessor* createUPMToPMEffect(GrTexture*, bool swapRAndB, const SkMatrix&);
|
| + const GrFragmentProcessor* createPMToUPMEffect(GrProcessorDataManager*, GrTexture*,
|
| + bool swapRAndB, const SkMatrix&);
|
| + const GrFragmentProcessor* createUPMToPMEffect(GrProcessorDataManager*, GrTexture*,
|
| + bool swapRAndB, const SkMatrix&);
|
|
|
| /**
|
| * This callback allows the resource cache to callback into the GrContext
|
|
|