aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/SkImageInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkImageInfo.cpp b/src/core/SkImageInfo.cpp
index 5f0a4919ee..6314784c36 100644
--- a/src/core/SkImageInfo.cpp
+++ b/src/core/SkImageInfo.cpp
@@ -11,7 +11,7 @@
#include "SkWriteBuffer.h"
// Indicate how images and gradients should interpret colors by default.
-bool gDefaultProfileIsSRGB;
+bool gDefaultProfileIsSRGB = true;
SkColorProfileType SkDefaultColorProfile() {
return gDefaultProfileIsSRGB ? kSRGB_SkColorProfileType