[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
mrowe at apple.com
mrowe at apple.com
Wed Mar 17 18:27:33 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 5aecec090d6685b615693b83e896744417587c6b
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Mar 8 02:51:07 2010 +0000
Gtk build fix.
* platform/graphics/gtk/ImageGtk.cpp: Include SharedBuffer.h since we're using WebCore::SharedBuffer.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55650 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index fdbbab1..6a4c85b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
2010-03-07 Mark Rowe <mrowe at apple.com>
+ Gtk build fix.
+
+ * platform/graphics/gtk/ImageGtk.cpp: Include SharedBuffer.h since we're using WebCore::SharedBuffer.
+
+2010-03-07 Mark Rowe <mrowe at apple.com>
+
Fix builds where USE_CG_SHADING is set.
* platform/graphics/cg/GradientCG.cpp: Include wtf/RetainPtr.h since WTF::RetainPtr is used when USE_CG_SHADING is set.
diff --git a/WebCore/platform/graphics/gtk/ImageGtk.cpp b/WebCore/platform/graphics/gtk/ImageGtk.cpp
index dfc0947..5be36b5 100644
--- a/WebCore/platform/graphics/gtk/ImageGtk.cpp
+++ b/WebCore/platform/graphics/gtk/ImageGtk.cpp
@@ -28,7 +28,7 @@
#include "BitmapImage.h"
#include "CString.h"
#include "GOwnPtr.h"
-
+#include "SharedBuffer.h"
#include <cairo.h>
#include <gtk/gtk.h>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list