Index: src/core/SkImageInfo.cpp |
diff --git a/src/core/SkImageInfo.cpp b/src/core/SkImageInfo.cpp |
index 5f0a4919eeeddaa23fa3a535a5d8e2064fc88a4a..6314784c3674e69cbc4f975bbd0b426be41115e0 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 |