| Index: include/core/SkImageFilter.h
|
| diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
|
| index 8a1bc4071a30093d229ac749183cd23a6f6c9221..6210073bf4a4c6e317a8a814d79eed5ca1bc68c0 100644
|
| --- a/include/core/SkImageFilter.h
|
| +++ b/include/core/SkImageFilter.h
|
| @@ -11,6 +11,7 @@
|
| #include "../private/SkTArray.h"
|
| #include "../private/SkTemplates.h"
|
| #include "../private/SkMutex.h"
|
| +#include "SkColorSpace.h"
|
| #include "SkFilterQuality.h"
|
| #include "SkFlattenable.h"
|
| #include "SkMatrix.h"
|
| @@ -131,7 +132,8 @@ public:
|
| #if SK_SUPPORT_GPU
|
| static sk_sp<SkSpecialImage> DrawWithFP(GrContext* context,
|
| sk_sp<GrFragmentProcessor> fp,
|
| - const SkIRect& bounds);
|
| + const SkIRect& bounds,
|
| + sk_sp<SkColorSpace> colorSpace);
|
| #endif
|
|
|
| /**
|
|
|