summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/win/QTPixelBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/win/QTPixelBuffer.h')
-rw-r--r--WebCore/platform/graphics/win/QTPixelBuffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/win/QTPixelBuffer.h b/WebCore/platform/graphics/win/QTPixelBuffer.h
index 22f8ba4..13630da 100644
--- a/WebCore/platform/graphics/win/QTPixelBuffer.h
+++ b/WebCore/platform/graphics/win/QTPixelBuffer.h
@@ -44,6 +44,9 @@ typedef const struct __CFDictionary * CFDictionaryRef;
// safe to call within WebKit.
class QTMOVIEWIN_API QTPixelBuffer {
public:
+ enum Type { ConfigureForCGImage, ConfigureForCAImageQueue };
+ static CFDictionaryRef createPixelBufferAttributesDictionary(Type);
+
QTPixelBuffer();
QTPixelBuffer(const QTPixelBuffer&);
QTPixelBuffer(CVPixelBufferRef);