[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

eric at webkit.org eric at webkit.org
Fri Feb 26 22:17:29 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit c28f41d16250ea71341d8facd36e45158ffcc2d0
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 11 03:30:59 2010 +0000

    2010-02-10  Kwang Yul Seo  <skyul at company100.net>
    
            Reviewed by Eric Seidel.
    
            [BREWMP] Typedef DragImageRef
            https://bugs.webkit.org/show_bug.cgi?id=34791
    
            Use IImage* as it is the BREW's image type.
    
            * platform/DragImage.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54639 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 5d66247..7796ac5 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-02-10  Kwang Yul Seo  <skyul at company100.net>
+
+        Reviewed by Eric Seidel.
+
+        [BREWMP] Typedef DragImageRef
+        https://bugs.webkit.org/show_bug.cgi?id=34791
+
+        Use IImage* as it is the BREW's image type.
+
+        * platform/DragImage.h:
+
 2010-02-10  Beth Dakin  <bdakin at apple.com>
 
         Reviewed by Simon Fraser and Darin Adler.
diff --git a/WebCore/platform/DragImage.h b/WebCore/platform/DragImage.h
index 91e8aa0..969df05 100644
--- a/WebCore/platform/DragImage.h
+++ b/WebCore/platform/DragImage.h
@@ -50,6 +50,8 @@ class wxDragImage;
 typedef struct _GdkPixbuf GdkPixbuf;
 #elif PLATFORM(HAIKU)
 class BBitmap;
+#elif PLATFORM(BREWMP)
+typedef struct IImage IImage;
 #endif
 
 //We need to #define YOffset as it needs to be shared with WebKit
@@ -76,6 +78,8 @@ namespace WebCore {
     typedef GdkPixbuf* DragImageRef;
 #elif PLATFORM(HAIKU)
     typedef BBitmap* DragImageRef;
+#elif PLATFORM(BREWMP)
+    typedef IImage* DragImageRef;
 #endif
     
     IntSize dragImageSize(DragImageRef);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list