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

rniwa at webkit.org rniwa at webkit.org
Wed Dec 22 12:40:00 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a777ccfa337d8ac77b901d4a0d1cfe4de7912f12
Author: rniwa at webkit.org <rniwa at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 26 22:36:57 2010 +0000

    2010-08-26  Ryosuke Niwa  <rniwa at webkit.org>
    
            Unreviewed; build fix.
    
            Speculative chromium mac fix by including "Color.h".
    
            * platform/graphics/chromium/Shader.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66143 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 83edca5..1feb607 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-26  Ryosuke Niwa  <rniwa at webkit.org>
+
+        Unreviewed; build fix.
+
+        Speculative chromium mac fix by including "Color.h".
+
+        * platform/graphics/chromium/Shader.cpp:
+
 2010-08-26  Simon Fraser  <simon.fraser at apple.com>
 
         Reviewed by Dave Hyatt.
diff --git a/WebCore/platform/graphics/chromium/Shader.cpp b/WebCore/platform/graphics/chromium/Shader.cpp
index 8e3a401..ab0bf0c 100644
--- a/WebCore/platform/graphics/chromium/Shader.cpp
+++ b/WebCore/platform/graphics/chromium/Shader.cpp
@@ -32,6 +32,7 @@
 #include "Shader.h"
 
 #include "AffineTransform.h"
+#include "Color.h"
 #include "GraphicsContext3D.h"
 
 #include <wtf/text/CString.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list