| Index: src/core/SkLinearBitmapPipeline_sample.h
|
| diff --git a/src/core/SkLinearBitmapPipeline_sample.h b/src/core/SkLinearBitmapPipeline_sample.h
|
| index 539ce006156e6714d46e78159b37c5d731e6dc42..8f86fc6d954d24013ab895951d19e702b84e0360 100644
|
| --- a/src/core/SkLinearBitmapPipeline_sample.h
|
| +++ b/src/core/SkLinearBitmapPipeline_sample.h
|
| @@ -560,14 +560,6 @@ private:
|
| SourceStrategy fStrategy;
|
| };
|
|
|
| -class sRGBFast {
|
| -public:
|
| - static Sk4s VECTORCALL sRGBToLinear(Sk4s pixel) {
|
| - Sk4s l = pixel * pixel;
|
| - return Sk4s{l[0], l[1], l[2], pixel[3]};
|
| - }
|
| -};
|
| -
|
| enum class ColorOrder {
|
| kRGBA = false,
|
| kBGRA = true,
|
|
|