aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skiaserve
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skiaserve')
-rw-r--r--tools/skiaserve/Request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skiaserve/Request.cpp b/tools/skiaserve/Request.cpp
index 44e5ddfa9d..f61ed5554a 100644
--- a/tools/skiaserve/Request.cpp
+++ b/tools/skiaserve/Request.cpp
@@ -167,7 +167,7 @@ struct ColorAndProfile {
ColorAndProfile ColorModes[] = {
{ kN32_SkColorType, false, false },
{ kN32_SkColorType, true, true },
- { kRGBA_F16_SkColorType, false, true },
+ { kRGBA_F16_SkColorType, true, true },
};
}