From 25f3805efa465bc3f804f192fe1ee64450f01d7c Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Wed, 31 May 2017 15:03:02 -0400 Subject: slant colorfilter away from filterSpan4f rename to make it easy to delete any impl that also had onAppendStages... i.e. rename to make it clear that it is just an impl trick for rasterpipeline. Bug: skia: Change-Id: If3c3b2811eff12d399cdf7a77552c01e72c06996 Reviewed-on: https://skia-review.googlesource.com/18234 Reviewed-by: Mike Klein Commit-Queue: Mike Reed --- tools/sk_tool_utils.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/sk_tool_utils.cpp') diff --git a/tools/sk_tool_utils.cpp b/tools/sk_tool_utils.cpp index 4b57a2cead..95f4cb1a6e 100644 --- a/tools/sk_tool_utils.cpp +++ b/tools/sk_tool_utils.cpp @@ -40,9 +40,6 @@ public: void filterSpan(const SkPMColor src[], int count, SkPMColor dst[]) const override { SK_ABORT("SkSRGBColorFilter is only implemented for GPU"); } - void filterSpan4f(const SkPM4f src[], int count, SkPM4f dst[]) const override { - SK_ABORT("SkSRGBColorFilter is only implemented for GPU"); - } Factory getFactory() const override { return nullptr; } #ifndef SK_IGNORE_TO_STRING -- cgit v1.2.3