| Index: src/gpu/effects/GrConfigConversionEffect.h
|
| diff --git a/src/gpu/effects/GrConfigConversionEffect.h b/src/gpu/effects/GrConfigConversionEffect.h
|
| index 169c3d7db8fabc7e19480e4554550be8a09f4b02..4416d054523be1a6c03233960e9104b0c112eabc 100644
|
| --- a/src/gpu/effects/GrConfigConversionEffect.h
|
| +++ b/src/gpu/effects/GrConfigConversionEffect.h
|
| @@ -35,10 +35,10 @@ public:
|
| };
|
|
|
| // Installs an effect in the GrEffectStage to perform a config conversion.
|
| - static const GrEffectRef* Create(GrTexture*,
|
| - bool swapRedAndBlue,
|
| - PMConversion pmConversion,
|
| - const SkMatrix& matrix);
|
| + static const GrEffect* Create(GrTexture*,
|
| + bool swapRedAndBlue,
|
| + PMConversion pmConversion,
|
| + const SkMatrix& matrix);
|
|
|
| static const char* Name() { return "Config Conversion"; }
|
| typedef GrGLConfigConversionEffect GLEffect;
|
|
|