| Index: ui/gfx/icc_profile.h
|
| diff --git a/ui/gfx/icc_profile.h b/ui/gfx/icc_profile.h
|
| index fd08ba8e68c9f58663fe69ca04b3235adefb1dac..527db6cd5871be0fad90627e4e8bd500e862c317 100644
|
| --- a/ui/gfx/icc_profile.h
|
| +++ b/ui/gfx/icc_profile.h
|
| @@ -70,8 +70,12 @@ class GFX_EXPORT ICCProfile {
|
| static bool CachedProfilesNeedUpdate();
|
| #endif
|
|
|
| + // Set color correct rendering
|
| + static void SetColorCorrectRendering(bool color_correct_rendering);
|
| +
|
| private:
|
| static bool IsValidProfileLength(size_t length);
|
| + static bool color_correct_rendering_;
|
|
|
| bool valid_ = false;
|
| std::vector<char> data_;
|
|
|