Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2161)

Unified Diff: WebCore/platform/image-decoders/ImageDecoder.h

Issue 5635002: Merge 73112 - 2010-12-02 Adam Barth <abarth@webkit.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698