From 8a252f79629b189a03de22cd8ff0312c5bccedd1 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Tue, 22 Jan 2013 20:35:13 +0000 Subject: Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. R=robertphillips@google.com Review URL: https://codereview.appspot.com/7188046 git-svn-id: http://skia.googlecode.com/svn/trunk@7326 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/effects/GrTextureDomainEffect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/effects/GrTextureDomainEffect.h') diff --git a/src/gpu/effects/GrTextureDomainEffect.h b/src/gpu/effects/GrTextureDomainEffect.h index 81b3da4f4b..b7f665cba3 100644 --- a/src/gpu/effects/GrTextureDomainEffect.h +++ b/src/gpu/effects/GrTextureDomainEffect.h @@ -77,7 +77,7 @@ private: WrapMode, bool bilerp); - virtual bool onIsEqual(const GrEffectRef&) const SK_OVERRIDE; + virtual bool onIsEqual(const GrEffect&) const SK_OVERRIDE; GR_DECLARE_EFFECT_TEST; -- cgit v1.2.3