diff options
Diffstat (limited to 'WebCore/platform/graphics/qt/ImageDecoderQt.h')
-rw-r--r-- | WebCore/platform/graphics/qt/ImageDecoderQt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/qt/ImageDecoderQt.h b/WebCore/platform/graphics/qt/ImageDecoderQt.h index 914c020..23fb79a 100644 --- a/WebCore/platform/graphics/qt/ImageDecoderQt.h +++ b/WebCore/platform/graphics/qt/ImageDecoderQt.h @@ -41,7 +41,7 @@ namespace WebCore { class ImageDecoderQt : public ImageDecoder { public: - ImageDecoderQt(bool premultiplyAlpha, bool ignoreGammaAndColorProfile); + ImageDecoderQt(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption); ~ImageDecoderQt(); virtual void setData(SharedBuffer* data, bool allDataReceived); |