diff options
Diffstat (limited to 'WebCore/platform/graphics/cg/ImageBufferData.h')
-rw-r--r-- | WebCore/platform/graphics/cg/ImageBufferData.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/cg/ImageBufferData.h b/WebCore/platform/graphics/cg/ImageBufferData.h index 456c934..1f706ec 100644 --- a/WebCore/platform/graphics/cg/ImageBufferData.h +++ b/WebCore/platform/graphics/cg/ImageBufferData.h @@ -30,6 +30,7 @@ #include <wtf/RefPtr.h> #include <wtf/RetainPtr.h> +typedef struct __IOSurface *IOSurfaceRef; typedef struct CGColorSpace *CGColorSpaceRef; typedef struct CGDataProvider *CGDataProviderRef; typedef uint32_t CGBitmapInfo; @@ -48,6 +49,7 @@ public: CGBitmapInfo m_bitmapInfo; unsigned m_bytesPerRow; CGColorSpaceRef m_colorSpace; + RetainPtr<IOSurfaceRef> m_surface; }; } // namespace WebCore |