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