Title: [149357] trunk/Source/WebCore
Revision
149357
Author
[email protected]
Date
2013-04-30 03:16:54 -0700 (Tue, 30 Apr 2013)

Log Message

ImageBufferData: add BlackBerry header
https://bugs.webkit.org/show_bug.cgi?id=115408

Patch by Alberto Garcia <[email protected]> on 2013-04-30
Reviewed by Carlos Garcia Campos.

* platform/graphics/ImageBufferData.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (149356 => 149357)


--- trunk/Source/WebCore/ChangeLog	2013-04-30 08:32:35 UTC (rev 149356)
+++ trunk/Source/WebCore/ChangeLog	2013-04-30 10:16:54 UTC (rev 149357)
@@ -1,3 +1,12 @@
+2013-04-30  Alberto Garcia  <[email protected]>
+
+        ImageBufferData: add BlackBerry header
+        https://bugs.webkit.org/show_bug.cgi?id=115408
+
+        Reviewed by Carlos Garcia Campos.
+
+        * platform/graphics/ImageBufferData.h:
+
 2013-04-30  Christophe Dumez  <[email protected]>
 
         Replace "Optional" extended attribute by proper Web IDL "optional" keyword

Modified: trunk/Source/WebCore/platform/graphics/ImageBufferData.h (149356 => 149357)


--- trunk/Source/WebCore/platform/graphics/ImageBufferData.h	2013-04-30 08:32:35 UTC (rev 149356)
+++ trunk/Source/WebCore/platform/graphics/ImageBufferData.h	2013-04-30 10:16:54 UTC (rev 149357)
@@ -31,4 +31,6 @@
 #include "ImageBufferDataQt.h"
 #elif OS(WINCE)
 #include "ImageBufferDataWince.h"
+#elif PLATFORM(BLACKBERRY)
+#include "ImageBufferDataBlackBerry.h"
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to