Title: [109919] trunk/Source/WebCore
Revision
109919
Author
[email protected]
Date
2012-03-06 07:50:04 -0800 (Tue, 06 Mar 2012)

Log Message

[BlackBerry] Upstream typedef of NativeImageSourcePtr and NativeImagePtr
https://bugs.webkit.org/show_bug.cgi?id=80388

Reviewed by Antonio Gomes.

These are the BlackBerry typdefs of NativeImageSourcePtr and NativeImagePtr.

* platform/graphics/ImageSource.h:
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (109918 => 109919)


--- trunk/Source/WebCore/ChangeLog	2012-03-06 15:30:51 UTC (rev 109918)
+++ trunk/Source/WebCore/ChangeLog	2012-03-06 15:50:04 UTC (rev 109919)
@@ -1,3 +1,15 @@
+2012-03-06  Leo Yang  <[email protected]>
+
+        [BlackBerry] Upstream typedef of NativeImageSourcePtr and NativeImagePtr
+        https://bugs.webkit.org/show_bug.cgi?id=80388
+
+        Reviewed by Antonio Gomes.
+
+        These are the BlackBerry typdefs of NativeImageSourcePtr and NativeImagePtr.
+
+        * platform/graphics/ImageSource.h:
+        (WebCore):
+
 2012-03-06  Hans Muller  <[email protected]>
 
         SVG transform-origin presentation attribute

Modified: trunk/Source/WebCore/platform/graphics/ImageSource.h (109918 => 109919)


--- trunk/Source/WebCore/platform/graphics/ImageSource.h	2012-03-06 15:30:51 UTC (rev 109918)
+++ trunk/Source/WebCore/platform/graphics/ImageSource.h	2012-03-06 15:50:04 UTC (rev 109919)
@@ -92,6 +92,10 @@
 typedef WebCore::NativeImageSkia* NativeImagePtr;
 #elif OS(WINCE)
 typedef RefPtr<SharedBitmap> NativeImagePtr;
+#elif PLATFORM(BLACKBERRY)
+class ImageDecoder;
+typedef ImageDecoder* NativeImageSourcePtr;
+typedef void* NativeImagePtr;
 #endif
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to