| Index: src/core/SkLinearBitmapPipeline_sample.h
|
| diff --git a/src/core/SkLinearBitmapPipeline_sample.h b/src/core/SkLinearBitmapPipeline_sample.h
|
| index e957ae7e4d0268cc285b193d0ceb2d31f9184d47..39400f67500bc95986135123d5ffe3970098e54e 100644
|
| --- a/src/core/SkLinearBitmapPipeline_sample.h
|
| +++ b/src/core/SkLinearBitmapPipeline_sample.h
|
| @@ -198,7 +198,7 @@
|
| PixelConverter(const SkPixmap& srcPixmap) { }
|
|
|
| Sk4f toSk4f(const Element pixel) const {
|
| - return SkHalfToFloat_finite(pixel);
|
| + return SkHalfToFloat_01(pixel);
|
| }
|
| };
|
|
|
|
|