[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

jorlow at chromium.org jorlow at chromium.org
Wed Apr 7 23:10:22 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit d8c656df71e46adc70595a67447f119bdeb2e504
Author: jorlow at chromium.org <jorlow at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 27 23:22:35 2009 +0000

    Speculative build fix for Chromium.
    
    Patch by Jeremy Orlow <jorlow at chromium.org> on 2009-10-27
    * platform/graphics/GraphicsContext3D.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50182 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c21a75a..04d7d27 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-27  Jeremy Orlow  <jorlow at chromium.org>
+
+        Speculative build fix for Chromium.
+
+        * platform/graphics/GraphicsContext3D.h:
+
 2009-10-27  Chris Marrin  <cmarrin at apple.com>
 
         Reviewed by Simon Fraser.
diff --git a/WebCore/platform/graphics/GraphicsContext3D.h b/WebCore/platform/graphics/GraphicsContext3D.h
index 9fcb523..07ec04d 100644
--- a/WebCore/platform/graphics/GraphicsContext3D.h
+++ b/WebCore/platform/graphics/GraphicsContext3D.h
@@ -29,6 +29,7 @@
 #include "PlatformString.h"
 
 #include <wtf/Noncopyable.h>
+#include <wtf/PassOwnPtr.h>
 
 #if PLATFORM(MAC)
 #include <OpenGL/OpenGL.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list