Chromium Code Reviews| Index: src/core/SkImageInfo.cpp |
| diff --git a/src/core/SkImageInfo.cpp b/src/core/SkImageInfo.cpp |
| index 16f0a0109cc3b8b694cd56dda6bcbe0d8f83485d..4e0fe077747c5330cb48da8775f8acb59ca5e21e 100644 |
| --- a/src/core/SkImageInfo.cpp |
| +++ b/src/core/SkImageInfo.cpp |
| @@ -9,6 +9,8 @@ |
| #include "SkReadBuffer.h" |
| #include "SkWriteBuffer.h" |
| +bool gDefaultProfileIsSRGB; |
| + |
| static bool profile_type_is_valid(SkColorProfileType profileType) { |
| return (profileType >= 0) && (profileType <= kLastEnum_SkColorProfileType); |
| } |