aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrTextureDomainEffect.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-20 17:47:16 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-20 17:47:16 +0000
commit67e7cde5c5e59a8f1de7ee28276b8193ecb2bc7f (patch)
treefbb2c63213570deb6062b3eb8e9ba1a13c0431d4 /src/gpu/effects/GrTextureDomainEffect.h
parent113994051b41366a7b25851d05cd56e89866a33b (diff)
revert 8265-8264 (broke build)
git-svn-id: http://skia.googlecode.com/svn/trunk@8268 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/effects/GrTextureDomainEffect.h')
-rw-r--r--src/gpu/effects/GrTextureDomainEffect.h6
1 files changed, 2 insertions, 4 deletions
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;