| Index: WebCore/platform/image-decoders/ImageDecoder.h
|
| ===================================================================
|
| --- WebCore/platform/image-decoders/ImageDecoder.h (revision 73242)
|
| +++ WebCore/platform/image-decoders/ImageDecoder.h (working copy)
|
| @@ -316,6 +316,8 @@
|
| // transparency.
|
| virtual bool supportsAlpha() const { return true; }
|
|
|
| + void setIgnoreGammaAndColorProfile(bool flag) { m_ignoreGammaAndColorProfile = flag; }
|
| +
|
| // Whether or not the gamma and color profile are applied.
|
| bool ignoresGammaAndColorProfile() const { return m_ignoreGammaAndColorProfile; }
|
|
|
|
|