| Index: src/core/SkLinearBitmapPipeline_sample.h
|
| diff --git a/src/core/SkLinearBitmapPipeline_sample.h b/src/core/SkLinearBitmapPipeline_sample.h
|
| index 78f46ff797d330250245f4be9bd013e0d093609b..4cba0c2541a52caf74fb503b644df299ee5b0eef 100644
|
| --- a/src/core/SkLinearBitmapPipeline_sample.h
|
| +++ b/src/core/SkLinearBitmapPipeline_sample.h
|
| @@ -185,7 +185,7 @@ public:
|
| PixelConverter(const SkPixmap& srcPixmap) { }
|
|
|
| Sk4f toSk4f(const Element pixel) const {
|
| - return SkHalfToFloat_finite(pixel);
|
| + return SkHalfToFloat_ordinary(pixel);
|
| }
|
| };
|
|
|
|
|