From 6c2af9490927c3c5959b5cb07461b646f8b32f6c Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Fri, 21 May 2010 16:53:46 +0100 Subject: Merge WebKit at r59636: Initial merge by git Change-Id: I59b289c4e6b18425f06ce41cc9d34c522515de91 --- WebCore/platform/graphics/ImageSource.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'WebCore/platform/graphics/ImageSource.h') diff --git a/WebCore/platform/graphics/ImageSource.h b/WebCore/platform/graphics/ImageSource.h index cc40f5e..5c6d75e 100644 --- a/WebCore/platform/graphics/ImageSource.h +++ b/WebCore/platform/graphics/ImageSource.h @@ -68,6 +68,11 @@ class String; #if PLATFORM(CG) typedef CGImageSourceRef NativeImageSourcePtr; typedef CGImageRef NativeImagePtr; +#elif PLATFORM(OPENVG) +class ImageDecoder; +class TiledImageOpenVG; +typedef ImageDecoder* NativeImageSourcePtr; +typedef TiledImageOpenVG* NativeImagePtr; #elif PLATFORM(QT) class ImageDecoderQt; typedef ImageDecoderQt* NativeImageSourcePtr; -- cgit v1.1