Title: [150443] trunk/Source/WebCore
- Revision
- 150443
- Author
- [email protected]
- Date
- 2013-05-21 08:58:53 -0700 (Tue, 21 May 2013)
Log Message
Add BlackBerry definition of NativeImagePtr
https://bugs.webkit.org/show_bug.cgi?id=116526
Patch by Alberto Garcia <[email protected]> on 2013-05-21
Reviewed by Darin Adler.
* platform/graphics/NativeImagePtr.h:
(Graphics):
(WebCore):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (150442 => 150443)
--- trunk/Source/WebCore/ChangeLog 2013-05-21 15:50:15 UTC (rev 150442)
+++ trunk/Source/WebCore/ChangeLog 2013-05-21 15:58:53 UTC (rev 150443)
@@ -1,5 +1,16 @@
2013-05-21 Alberto Garcia <[email protected]>
+ Add BlackBerry definition of NativeImagePtr
+ https://bugs.webkit.org/show_bug.cgi?id=116526
+
+ Reviewed by Darin Adler.
+
+ * platform/graphics/NativeImagePtr.h:
+ (Graphics):
+ (WebCore):
+
+2013-05-21 Alberto Garcia <[email protected]>
+
[BlackBerry] FontCache::getFontDataForCharacters() returns nullptr
https://bugs.webkit.org/show_bug.cgi?id=116529
Modified: trunk/Source/WebCore/platform/graphics/NativeImagePtr.h (150442 => 150443)
--- trunk/Source/WebCore/platform/graphics/NativeImagePtr.h 2013-05-21 15:50:15 UTC (rev 150442)
+++ trunk/Source/WebCore/platform/graphics/NativeImagePtr.h 2013-05-21 15:58:53 UTC (rev 150443)
@@ -40,6 +40,14 @@
#include "RefPtrCairo.h"
#elif OS(WINCE)
#include "SharedBitmap.h"
+#elif PLATFORM(BLACKBERRY)
+namespace BlackBerry {
+namespace Platform {
+namespace Graphics {
+class TiledImage;
+}
+}
+}
#endif
namespace WebCore {
@@ -56,7 +64,7 @@
#elif OS(WINCE)
typedef RefPtr<SharedBitmap> NativeImagePtr;
#elif PLATFORM(BLACKBERRY)
-typedef void* NativeImagePtr;
+typedef BlackBerry::Platform::Graphics::TiledImage* NativeImagePtr;
#endif
#if !USE(CAIRO)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes