| Index: src/gpu/effects/GrSingleTextureEffect.h
|
| diff --git a/src/gpu/effects/GrSingleTextureEffect.h b/src/gpu/effects/GrSingleTextureEffect.h
|
| index 4169e404691cebd41de42cfed5e782a765e85746..18b3e170b80247a668bb9771ac74658149ebb46b 100644
|
| --- a/src/gpu/effects/GrSingleTextureEffect.h
|
| +++ b/src/gpu/effects/GrSingleTextureEffect.h
|
| @@ -31,11 +31,13 @@ public:
|
|
|
| protected:
|
| /** unfiltered, clamp mode */
|
| - GrSingleTextureEffect(GrTexture*, const SkMatrix&, GrCoordSet = kLocal_GrCoordSet);
|
| - /** clamp mode */
|
| - GrSingleTextureEffect(GrTexture*, const SkMatrix&, GrTextureParams::FilterMode filterMode,
|
| + GrSingleTextureEffect(GrTexture*, sk_sp<GrColorSpaceXform>, const SkMatrix&,
|
| GrCoordSet = kLocal_GrCoordSet);
|
| + /** clamp mode */
|
| + GrSingleTextureEffect(GrTexture*, sk_sp<GrColorSpaceXform>, const SkMatrix&,
|
| + GrTextureParams::FilterMode filterMode, GrCoordSet = kLocal_GrCoordSet);
|
| GrSingleTextureEffect(GrTexture*,
|
| + sk_sp<GrColorSpaceXform>,
|
| const SkMatrix&,
|
| const GrTextureParams&,
|
| GrCoordSet = kLocal_GrCoordSet);
|
|
|