revert 8265-8264 (broke build)
git-svn-id: http://skia.googlecode.com/svn/trunk@8268 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/effects/GrTextureDomainEffect.h b/src/gpu/effects/GrTextureDomainEffect.h
index 8b1f2b6..b7f665c 100644
--- a/src/gpu/effects/GrTextureDomainEffect.h
+++ b/src/gpu/effects/GrTextureDomainEffect.h
@@ -38,8 +38,7 @@
const SkMatrix&,
const SkRect& domain,
WrapMode,
- bool bilerp,
- CoordsType = kLocal_CoordsType);
+ bool bilerp = false);
virtual ~GrTextureDomainEffect();
@@ -76,8 +75,7 @@
const SkMatrix&,
const GrRect& domain,
WrapMode,
- bool bilerp,
- CoordsType type);
+ bool bilerp);
virtual bool onIsEqual(const GrEffect&) const SK_OVERRIDE;