Title: [111113] trunk/Source/WebCore
- Revision
- 111113
- Author
- [email protected]
- Date
- 2012-03-16 23:39:49 -0700 (Fri, 16 Mar 2012)
Log Message
[BlackBerry] Add typedef of DragDataRef for blackberry
https://bugs.webkit.org/show_bug.cgi?id=81301
Reviewed by Rob Buis.
* platform/DragData.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (111112 => 111113)
--- trunk/Source/WebCore/ChangeLog 2012-03-17 04:15:22 UTC (rev 111112)
+++ trunk/Source/WebCore/ChangeLog 2012-03-17 06:39:49 UTC (rev 111113)
@@ -1,3 +1,12 @@
+2012-03-16 Leo Yang <[email protected]>
+
+ [BlackBerry] Add typedef of DragDataRef for blackberry
+ https://bugs.webkit.org/show_bug.cgi?id=81301
+
+ Reviewed by Rob Buis.
+
+ * platform/DragData.h:
+
2012-03-16 James Robinson <[email protected]>
[chromium] Unify the drawing logic for different layer types that output textures to the compositor
Modified: trunk/Source/WebCore/platform/DragData.h (111112 => 111113)
--- trunk/Source/WebCore/platform/DragData.h 2012-03-17 04:15:22 UTC (rev 111112)
+++ trunk/Source/WebCore/platform/DragData.h 2012-03-17 06:39:49 UTC (rev 111113)
@@ -63,7 +63,7 @@
typedef WebCore::DataObjectGtk* DragDataRef;
#elif PLATFORM(CHROMIUM)
#include "DragDataRef.h"
-#elif PLATFORM(EFL)
+#elif PLATFORM(EFL) || PLATFORM(BLACKBERRY)
typedef void* DragDataRef;
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes