diff options
Diffstat (limited to 'src/gpu/effects/GrSingleTextureEffect.h')
-rw-r--r-- | src/gpu/effects/GrSingleTextureEffect.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/gpu/effects/GrSingleTextureEffect.h b/src/gpu/effects/GrSingleTextureEffect.h index a30cd03884..7d110bf2ae 100644 --- a/src/gpu/effects/GrSingleTextureEffect.h +++ b/src/gpu/effects/GrSingleTextureEffect.h @@ -34,16 +34,14 @@ public: protected: /** unfiltered, clamp mode */ - GrSingleTextureEffect(GrTexture*, sk_sp<GrColorSpaceXform>, const SkMatrix&, - GrCoordSet = kLocal_GrCoordSet); + GrSingleTextureEffect(GrTexture*, sk_sp<GrColorSpaceXform>, const SkMatrix&); /** clamp mode */ GrSingleTextureEffect(GrTexture*, sk_sp<GrColorSpaceXform>, const SkMatrix&, - GrTextureParams::FilterMode filterMode, GrCoordSet = kLocal_GrCoordSet); + GrTextureParams::FilterMode filterMode); GrSingleTextureEffect(GrTexture*, sk_sp<GrColorSpaceXform>, const SkMatrix&, - const GrTextureParams&, - GrCoordSet = kLocal_GrCoordSet); + const GrTextureParams&); /** * Can be used as a helper to implement subclass onComputeInvariantOutput(). It assumes that |