[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

hyatt at apple.com hyatt at apple.com
Wed Dec 22 12:11:16 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c7eb32e06809bfe64e0565410844622c0dbd0215
Author: hyatt at apple.com <hyatt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 16 22:32:18 2010 +0000

    Fix Chromium Bustage.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65461 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/src/GraphicsContext3D.cpp b/WebKit/chromium/src/GraphicsContext3D.cpp
index aa41946..407469f 100644
--- a/WebKit/chromium/src/GraphicsContext3D.cpp
+++ b/WebKit/chromium/src/GraphicsContext3D.cpp
@@ -102,8 +102,7 @@ public:
     void reshape(int width, int height);
 
     void paintRenderingResultsToCanvas(CanvasRenderingContext* context);
-    void beginPaint(CanvasRenderingContext* context);
-    void endPaint();
+    bool paintsIntoCanvasBuffer() const;
 
     void prepareTexture();
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list