Chromium Code Reviews| Index: ui/gfx/icc_profile.h |
| diff --git a/ui/gfx/icc_profile.h b/ui/gfx/icc_profile.h |
| index d999b0a9d62794e15d2102ea92720ba50a6128f3..2a4af779d40db203e8e01f978e6f52266f59e7af 100644 |
| --- a/ui/gfx/icc_profile.h |
| +++ b/ui/gfx/icc_profile.h |
| @@ -102,6 +102,9 @@ class GFX_EXPORT ICCProfile { |
| size_t size, |
| uint64_t id); |
| + static bool HasForcedProfile(); |
| + static ICCProfile GetForcedProfile(); |
| + |
| void ComputeColorSpaceAndCache(); |
| // This globally identifies this ICC profile. It is used to look up this ICC |