Index: include/core/SkImageFilter.h |
diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h |
index 4125db37349e20c9f25e3b5b7859d199720e8dbe..ea0bd22f1ab7683f2587f62d3ab96194bce16666 100644 |
--- a/include/core/SkImageFilter.h |
+++ b/include/core/SkImageFilter.h |
@@ -16,6 +16,7 @@ |
#include "SkTemplates.h" |
class GrFragmentProcessor; |
+class GrShaderDataManager; |
class GrTexture; |
class SkBaseDevice; |
class SkBitmap; |
@@ -340,8 +341,8 @@ protected: |
* will be called with (NULL, NULL, SkMatrix::I()) to query for support, |
* so returning "true" indicates support for all possible matrices. |
*/ |
- virtual bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&, |
- const SkIRect& bounds) const; |
+ virtual bool asFragmentProcessor(GrFragmentProcessor**, GrShaderDataManager*, GrTexture*, |
+ const SkMatrix&, const SkIRect& bounds) const; |
private: |
friend class SkGraphics; |