aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/encode/SkPngEncoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/encode/SkPngEncoder.h')
-rw-r--r--include/encode/SkPngEncoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/encode/SkPngEncoder.h b/include/encode/SkPngEncoder.h
index 39e407e075..035da42fe7 100644
--- a/include/encode/SkPngEncoder.h
+++ b/include/encode/SkPngEncoder.h
@@ -58,7 +58,7 @@ public:
* The encoder can convert to linear before unpremultiplying or ignore the transfer
* function and unpremultiply the input as is.
*/
- SkTransferFunctionBehavior fUnpremulBehavior = SkTransferFunctionBehavior::kRespect;
+ SkTransferFunctionBehavior fUnpremulBehavior = SkTransferFunctionBehavior::kIgnore;
/**
* Represents comments in the tEXt ancillary chunk of the png.