Index: include/core/SkColorShader.h |
diff --git a/include/core/SkColorShader.h b/include/core/SkColorShader.h |
index 8603577a0b7bb4647c589f83c27bcfebfe384acd..ba17f6c4bc7a61f24f7e2908d963fe7598189f1a 100644 |
--- a/include/core/SkColorShader.h |
+++ b/include/core/SkColorShader.h |
@@ -58,7 +58,7 @@ public: |
virtual bool asNewEffect(GrContext* context, const SkPaint& paint, |
const SkMatrix* localMatrix, GrColor* grColor, |
- GrEffectRef** grEffect) const SK_OVERRIDE; |
+ GrEffect** grEffect) const SK_OVERRIDE; |
SK_TO_STRING_OVERRIDE() |
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkColorShader) |