aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkShader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkShader.h')
-rw-r--r--include/core/SkShader.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index 45302ccece..0dcd11157d 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -9,6 +9,7 @@
#define SkShader_DEFINED
#include "SkBitmap.h"
+#include "SkFilterQuality.h"
#include "SkFlattenable.h"
#include "SkImageInfo.h"
#include "SkMask.h"
@@ -476,7 +477,7 @@ public:
SK_DECLARE_FLATTENABLE_REGISTRAR_GROUP()
bool appendStages(SkRasterPipeline*, SkColorSpace*, SkFallbackAlloc*,
- const SkMatrix& ctm) const;
+ const SkMatrix& ctm, SkFilterQuality) const;
protected:
void flatten(SkWriteBuffer&) const override;
@@ -510,7 +511,7 @@ protected:
}
virtual bool onAppendStages(SkRasterPipeline*, SkColorSpace*, SkFallbackAlloc*,
- const SkMatrix&) const {
+ const SkMatrix&, SkFilterQuality) const {
return false;
}