summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/webp/qwebphandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/webp/qwebphandler_p.h')
-rw-r--r--src/plugins/imageformats/webp/qwebphandler_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/imageformats/webp/qwebphandler_p.h b/src/plugins/imageformats/webp/qwebphandler_p.h
index 31574b4..96a8811 100644
--- a/src/plugins/imageformats/webp/qwebphandler_p.h
+++ b/src/plugins/imageformats/webp/qwebphandler_p.h
@@ -41,6 +41,7 @@
#define QWEBPHANDLER_P_H
#include <QtGui/qcolor.h>
+#include <QtGui/qcolorspace.h>
#include <QtGui/qimage.h>
#include <QtGui/qimageiohandler.h>
#include <QtCore/qbytearray.h>
@@ -90,6 +91,7 @@ private:
int m_quality;
mutable ScanState m_scanState;
WebPBitstreamFeatures m_features;
+ uint32_t m_formatFlags;
int m_loop;
int m_frameCount;
QColor m_bgColor;
@@ -97,6 +99,7 @@ private:
WebPData m_webpData;
WebPDemuxer *m_demuxer;
WebPIterator m_iter;
+ QColorSpace m_colorSpace;
QImage *m_composited; // For animation frames composition
};