| Index: src/gpu/effects/GrConfigConversionEffect.h
|
| diff --git a/src/gpu/effects/GrConfigConversionEffect.h b/src/gpu/effects/GrConfigConversionEffect.h
|
| index 35b3b57d4642ab82661bb51733367134c9183c1f..41ae1aca81f19d8bff7a1aa2afe484b1d0f2afbb 100644
|
| --- a/src/gpu/effects/GrConfigConversionEffect.h
|
| +++ b/src/gpu/effects/GrConfigConversionEffect.h
|
| @@ -35,7 +35,6 @@ public:
|
| kPMConversionCnt
|
| };
|
|
|
| - // Installs an effect in the GrProcessorStage to perform a config conversion.
|
| static const GrFragmentProcessor* Create(GrTexture*, bool swapRedAndBlue, PMConversion,
|
| const SkMatrix&);
|
|
|
|
|