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

jamesr at google.com jamesr at google.com
Wed Dec 22 12:59:44 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 122aedd7828271c62d427bcd6caa42317dd22391
Author: jamesr at google.com <jamesr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 3 20:04:32 2010 +0000

    2010-09-03  James Robinson  <jamesr at chromium.org>
    
            [chromium] Add one more include to fix the mac compile.
    
            * src/GraphicsContext3D.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66763 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 1070291..3ec6e43 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-03  James Robinson  <jamesr at chromium.org>
 
+        [chromium] Add one more include to fix the mac compile.
+
+        * src/GraphicsContext3D.cpp:
+
+2010-09-03  James Robinson  <jamesr at chromium.org>
+
         [chromium] Compile fixes for 66746.
 
         * src/GraphicsContext3D.cpp:
diff --git a/WebKit/chromium/src/GraphicsContext3D.cpp b/WebKit/chromium/src/GraphicsContext3D.cpp
index bc202c7..3051b9b 100644
--- a/WebKit/chromium/src/GraphicsContext3D.cpp
+++ b/WebKit/chromium/src/GraphicsContext3D.cpp
@@ -55,6 +55,7 @@
 
 #if PLATFORM(CG)
 #include "GraphicsContext.h"
+#include "WebGLRenderingContext.h"
 #include <CoreGraphics/CGContext.h>
 #include <CoreGraphics/CGImage.h>
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list