| commit | 6340a41108633ac1ce5941e5cd30538630c4c55b | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 22 19:55:59 2013 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 22 19:55:59 2013 +0000 |
| tree | c6f791722f09f6cf31207aea8093b1b06be3ae92 | |
| parent | ba3284e7bbb830749206414890f8152e421969f2 [diff] [blame] |
Let them eat GrEffectRef. Changes the remaining existing code that operates on naked GrEffects to GrEffectRef. Review URL: https://codereview.appspot.com/7124058 git-svn-id: http://skia.googlecode.com/svn/trunk@7321 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/effects/gradients/SkGradientShaderPriv.h b/src/effects/gradients/SkGradientShaderPriv.h index 1828905..a34e4ab 100644 --- a/src/effects/gradients/SkGradientShaderPriv.h +++ b/src/effects/gradients/SkGradientShaderPriv.h
@@ -255,7 +255,7 @@ SkScalar** stops, SkShader::TileMode* tm); - virtual bool onIsEqual(const GrEffect& effect) const SK_OVERRIDE; + virtual bool onIsEqual(const GrEffectRef& effect) const SK_OVERRIDE; private: @@ -335,4 +335,3 @@ #endif #endif -