| Index: src/gpu/effects/GrTextureDomainEffect.h
|
| diff --git a/src/gpu/effects/GrTextureDomainEffect.h b/src/gpu/effects/GrTextureDomainEffect.h
|
| index 8b1f2b6f611066c9a55987fd9bc091de2aa3f0dc..a4017c18815f62ba166d56fb1b3cc53d01f96eb0 100644
|
| --- a/src/gpu/effects/GrTextureDomainEffect.h
|
| +++ b/src/gpu/effects/GrTextureDomainEffect.h
|
| @@ -9,9 +9,9 @@
|
| #define GrTextureDomainEffect_DEFINED
|
|
|
| #include "GrSingleTextureEffect.h"
|
| -#include "GrRect.h"
|
|
|
| class GrGLTextureDomainEffect;
|
| +struct SkRect;
|
|
|
| /**
|
| * Limits a texture's lookup coordinates to a domain. Samples outside the domain are either clamped
|
| @@ -74,7 +74,7 @@ protected:
|
| private:
|
| GrTextureDomainEffect(GrTexture*,
|
| const SkMatrix&,
|
| - const GrRect& domain,
|
| + const SkRect& domain,
|
| WrapMode,
|
| bool bilerp,
|
| CoordsType type);
|
|
|