| Index: dm/DM.cpp
|
| diff --git a/dm/DM.cpp b/dm/DM.cpp
|
| index 5dd8a6f63e96a28387e78ebbd445006ec0dabce3..a815827fc4b38c238dd81ead2d469e6e4dbff7eb 100644
|
| --- a/dm/DM.cpp
|
| +++ b/dm/DM.cpp
|
| @@ -865,7 +865,7 @@ static Sink* create_sink(const SkCommandLineConfig* config) {
|
| SINK("565", RasterSink, kRGB_565_SkColorType);
|
| SINK("8888", RasterSink, kN32_SkColorType);
|
| SINK("srgb", RasterSink, kN32_SkColorType, srgbColorSpace);
|
| - SINK("f16", RasterSink, kRGBA_F16_SkColorType, srgbColorSpace);
|
| + SINK("f16", RasterSink, kRGBA_F16_SkColorType, srgbColorSpace->makeLinearGamma());
|
| SINK("pdf", PDFSink);
|
| SINK("skp", SKPSink);
|
| SINK("svg", SVGSink);
|
|
|