Index: dm/DM.cpp |
diff --git a/dm/DM.cpp b/dm/DM.cpp |
index 5981c7473b9066d7875f906764ad8b28e935f532..1ca909c61b9eeaa13df805785ff4e3c934576b26 100644 |
--- a/dm/DM.cpp |
+++ b/dm/DM.cpp |
@@ -862,7 +862,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); |
+ SINK("f16", RasterSink, kRGBA_F16_SkColorType, srgbColorSpace); |
SINK("pdf", PDFSink); |
SINK("skp", SKPSink); |
SINK("svg", SVGSink); |