| Index: include/core/SkImageFilter.h
|
| diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
|
| index 1ca1c01c08b2b4c49827358b0d52c2fa8a2dd35d..30265e4fddaca4b05a12130658b4e4054e374336 100644
|
| --- a/include/core/SkImageFilter.h
|
| +++ b/include/core/SkImageFilter.h
|
| @@ -16,7 +16,6 @@
|
| #include "SkSurfaceProps.h"
|
|
|
| class GrFragmentProcessor;
|
| -class GrProcessorDataManager;
|
| class GrTexture;
|
| class SkBaseDevice;
|
| class SkBitmap;
|
| @@ -363,8 +362,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**, GrProcessorDataManager*, GrTexture*,
|
| - const SkMatrix&, const SkIRect& bounds) const;
|
| + virtual bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&,
|
| + const SkIRect& bounds) const;
|
|
|
| /**
|
| * Returns true if this filter can cause transparent black pixels to become
|
|
|