Index: include/core/SkImageFilter.h |
diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h |
index ea0bd22f1ab7683f2587f62d3ab96194bce16666..75fa29b425663795b80b89e301fd740e0aa214ee 100644 |
--- a/include/core/SkImageFilter.h |
+++ b/include/core/SkImageFilter.h |
@@ -16,7 +16,7 @@ |
#include "SkTemplates.h" |
class GrFragmentProcessor; |
-class GrShaderDataManager; |
+class GrProcessorDataManager; |
class GrTexture; |
class SkBaseDevice; |
class SkBitmap; |
@@ -341,7 +341,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 asFragmentProcessor(GrFragmentProcessor**, GrShaderDataManager*, GrTexture*, |
+ virtual bool asFragmentProcessor(GrFragmentProcessor**, GrProcessorDataManager*, GrTexture*, |
const SkMatrix&, const SkIRect& bounds) const; |
private: |