From 67e7cde5c5e59a8f1de7ee28276b8193ecb2bc7f Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Wed, 20 Mar 2013 17:47:16 +0000 Subject: revert 8265-8264 (broke build) git-svn-id: http://skia.googlecode.com/svn/trunk@8268 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/effects/GrTextureDomainEffect.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/gpu/effects/GrTextureDomainEffect.h') diff --git a/src/gpu/effects/GrTextureDomainEffect.h b/src/gpu/effects/GrTextureDomainEffect.h index 8b1f2b6f61..b7f665cba3 100644 --- a/src/gpu/effects/GrTextureDomainEffect.h +++ b/src/gpu/effects/GrTextureDomainEffect.h @@ -38,8 +38,7 @@ public: const SkMatrix&, const SkRect& domain, WrapMode, - bool bilerp, - CoordsType = kLocal_CoordsType); + bool bilerp = false); virtual ~GrTextureDomainEffect(); @@ -76,8 +75,7 @@ private: const SkMatrix&, const GrRect& domain, WrapMode, - bool bilerp, - CoordsType type); + bool bilerp); virtual bool onIsEqual(const GrEffect&) const SK_OVERRIDE; -- cgit v1.2.3