aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2017-01-30 12:08:05 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-31 14:14:13 +0000
commit9206c76337cd349c769103e06af005edd0583a10 (patch)
treeecaa3b8f3e3039bee723749ef18853d09087a0b5 /include
parentac95c5fc93bfdf22999f9c9e1f0f1e18fea686cf (diff)
SkRasterPipeline shader adapter
Reland of https://skia-review.googlesource.com/c/7615. (lifted from https://skia-review.googlesource.com/c/7088/) CQ_INCLUDE_TRYBOTS=skia.primary:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD Change-Id: I797a2f0ae80209c8637875418e08d2fa03249672 Reviewed-on: https://skia-review.googlesource.com/7731 Commit-Queue: Florin Malita <fmalita@google.com> Reviewed-by: Mike Reed <reed@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/core/SkShader.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index a885f0b982..30a10dcc9f 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -503,9 +503,7 @@ protected:
virtual bool onAppendStages(SkRasterPipeline*, SkColorSpace*, SkArenaAlloc*,
const SkMatrix&, const SkPaint&,
- const SkMatrix* /*local matrix*/) const {
- return false;
- }
+ const SkMatrix* /*local matrix*/) const;
private:
// This is essentially const, but not officially so it can be modified in