| Index: src/gpu/effects/GrSingleTextureEffect.h
|
| diff --git a/src/gpu/effects/GrSingleTextureEffect.h b/src/gpu/effects/GrSingleTextureEffect.h
|
| index 65b515aba29fb1399a51aa3a0f1ccbab960156f1..a30cd03884804f028b4a4590ea637d8832ebf694 100644
|
| --- a/src/gpu/effects/GrSingleTextureEffect.h
|
| +++ b/src/gpu/effects/GrSingleTextureEffect.h
|
| @@ -30,6 +30,8 @@ public:
|
| return str;
|
| }
|
|
|
| + GrColorSpaceXform* colorSpaceXform() const { return fColorSpaceXform.get(); }
|
| +
|
| protected:
|
| /** unfiltered, clamp mode */
|
| GrSingleTextureEffect(GrTexture*, sk_sp<GrColorSpaceXform>, const SkMatrix&,
|
|
|