[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da
paroga at webkit.org
paroga at webkit.org
Wed Dec 22 18:45:10 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit 8f94a02af406ceb6146d96af11abad870122f6b7
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Dec 17 09:17:52 2010 +0000
2010-12-17 Patrick Gansterer <paroga at webkit.org>
Unreviewed. WinCE build fix.
* platform/graphics/GraphicsContext.h:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74238 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3a38f38..974b065 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-17 Patrick Gansterer <paroga at webkit.org>
+
+ Unreviewed. WinCE build fix.
+
+ * platform/graphics/GraphicsContext.h:
+
2010-12-17 Ilya Tikhonovsky <loislo at chromium.org>
Reviewed by Yury Semikhatsky.
diff --git a/WebCore/platform/graphics/GraphicsContext.h b/WebCore/platform/graphics/GraphicsContext.h
index 8541e37..745f7ea 100644
--- a/WebCore/platform/graphics/GraphicsContext.h
+++ b/WebCore/platform/graphics/GraphicsContext.h
@@ -483,7 +483,7 @@ namespace WebCore {
void platformInit(PlatformGraphicsContext*);
void platformDestroy();
-#if PLATFORM(WIN)
+#if PLATFORM(WIN) && !OS(WINCE)
void platformInit(HDC, bool hasAlpha = false);
#endif
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list