| Index: src/gpu/effects/GrTextureDomain.h
|
| diff --git a/src/gpu/effects/GrTextureDomain.h b/src/gpu/effects/GrTextureDomain.h
|
| index 161058037d7d9e6c9f1d2fba1cf4af0f5c57061c..f9de4fa75e09de025f9a64a7b8151af4f23842d4 100644
|
| --- a/src/gpu/effects/GrTextureDomain.h
|
| +++ b/src/gpu/effects/GrTextureDomain.h
|
| @@ -157,7 +157,8 @@ protected:
|
| class GrTextureDomainEffect : public GrSingleTextureEffect {
|
|
|
| public:
|
| - static GrFragmentProcessor* Create(GrTexture*,
|
| + static GrFragmentProcessor* Create(GrProcessorDataManager*,
|
| + GrTexture*,
|
| const SkMatrix&,
|
| const SkRect& domain,
|
| GrTextureDomain::Mode,
|
| @@ -178,7 +179,8 @@ protected:
|
| GrTextureDomain fTextureDomain;
|
|
|
| private:
|
| - GrTextureDomainEffect(GrTexture*,
|
| + GrTextureDomainEffect(GrProcessorDataManager*,
|
| + GrTexture*,
|
| const SkMatrix&,
|
| const SkRect& domain,
|
| GrTextureDomain::Mode,
|
|
|