Index: include/core/SkImageFilter.h |
diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h |
index 9cdd27599a8a09f1a5d681ed6efd723ffb823c25..088719c3c3d5e7e0042946b5a3a98ac7c646a2c0 100644 |
--- a/include/core/SkImageFilter.h |
+++ b/include/core/SkImageFilter.h |
@@ -16,7 +16,7 @@ class SkBitmap; |
class SkColorFilter; |
class SkBaseDevice; |
struct SkIPoint; |
-class GrEffectRef; |
+class GrEffect; |
class GrTexture; |
/** |
@@ -281,7 +281,7 @@ protected: |
* will be called with (NULL, NULL, SkMatrix::I()) to query for support, |
* so returning "true" indicates support for all possible matrices. |
*/ |
- virtual bool asNewEffect(GrEffectRef** effect, |
+ virtual bool asNewEffect(GrEffect** effect, |
GrTexture*, |
const SkMatrix& matrix, |
const SkIRect& bounds) const; |