[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e
cmarrin at apple.com
cmarrin at apple.com
Fri Jan 21 15:09:24 UTC 2011
The following commit has been merged in the debian/experimental branch:
commit 5d801d926fa88839ac0a585f2bca74c40f46c262
Author: cmarrin at apple.com <cmarrin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Jan 7 23:27:37 2011 +0000
2011-01-07 Chris Marrin <cmarrin at apple.com>
Unreviewed.
Get rid of include of <QuartzCore/QuartzCore.h>
* platform/graphics/ca/GraphicsLayerCA.cpp:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75283 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3a714b7..ec053bb 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-07 Chris Marrin <cmarrin at apple.com>
+
+ Unreviewed.
+
+ Get rid of include of <QuartzCore/QuartzCore.h>
+
+ * platform/graphics/ca/GraphicsLayerCA.cpp:
+
2011-01-07 Jer Noble <jer.noble at apple.com>
Further build fixes. Add a ENABLE(FULLSCREEN_API) guard around
diff --git a/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp b/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp
index c3c58fd..10619eb 100644
--- a/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp
+++ b/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp
@@ -38,7 +38,7 @@
#include "ScaleTransformOperation.h"
#include "SystemTime.h"
#include "TranslateTransformOperation.h"
-#include <QuartzCore/QuartzCore.h>
+#include <QuartzCore/CoreAnimationCF.h>
#include <limits.h>
#include <wtf/CurrentTime.h>
#include <wtf/text/StringConcatenate.h>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list