Index: include/core/SkColorFilter.h |
diff --git a/include/core/SkColorFilter.h b/include/core/SkColorFilter.h |
index 25e6bbe746bb2f7ca9b62d5349a08db989cc56f3..c26bc075c98381c1ea8ab5c60a1d7dee6624eb5f 100644 |
--- a/include/core/SkColorFilter.h |
+++ b/include/core/SkColorFilter.h |
@@ -15,7 +15,7 @@ |
#include "SkXfermode.h" |
class SkBitmap; |
-class GrEffect; |
+class GrEffectRef; |
class GrContext; |
/** |
@@ -126,7 +126,7 @@ |
/** A subclass may implement this factory function to work with the GPU backend. If the return |
is non-NULL then the caller owns a ref on the returned object. |
*/ |
- virtual GrEffect* asNewEffect(GrContext*) const; |
+ virtual GrEffectRef* asNewEffect(GrContext*) const; |
SK_TO_STRING_PUREVIRT() |