aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkColorFilter.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@google.com>2016-07-22 10:20:52 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-22 10:20:52 -0700
commitaa29b2732914ad65334540babc945ae8c93f9036 (patch)
tree08d814ee744085f9e250ad57130d7d6425de9921 /include/core/SkColorFilter.h
parent5bfee98c8cf59db8d71aa6672088b107f0abf8c9 (diff)
Revert of Add SkRasterPipeline blitter. (patchset #18 id:340001 of https://codereview.chromium.org/2146413002/ )
Reason for revert: Leaking the blitter https://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-ASAN/builds/7908/steps/test_skia%20on%20Ubuntu/logs/stdio Original issue's description: > Add SkRasterPipeline blitter. > > This is now pixel-exact with the existing sRGB SW impl as far as I've tested. > > BUG=skia: > GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2146413002 > CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot > > Committed: https://skia.googlesource.com/skia/+/3011e337693a9786f62d8de9ac4b239ad6dbdaca TBR=reed@google.com,mtklein@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review-Url: https://codereview.chromium.org/2178523002
Diffstat (limited to 'include/core/SkColorFilter.h')
-rw-r--r--include/core/SkColorFilter.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/core/SkColorFilter.h b/include/core/SkColorFilter.h
index 609550f676..7b2ee7845e 100644
--- a/include/core/SkColorFilter.h
+++ b/include/core/SkColorFilter.h
@@ -16,7 +16,6 @@
class GrContext;
class GrFragmentProcessor;
class SkBitmap;
-class SkRasterPipeline;
/**
* ColorFilters are optional objects in the drawing pipeline. When present in
@@ -71,8 +70,6 @@ public:
virtual void filterSpan4f(const SkPM4f src[], int count, SkPM4f result[]) const;
- bool appendStages(SkRasterPipeline*) const;
-
enum Flags {
/** If set the filter methods will not change the alpha channel of the colors.
*/
@@ -171,8 +168,6 @@ public:
protected:
SkColorFilter() {}
- virtual bool onAppendStages(SkRasterPipeline*) const;
-
private:
/*
* Returns 1 if this is a single filter (not a composition of other filters), otherwise it