Title: [169331] releases/WebKitGTK/webkit-2.4/Source
Revision
169331
Author
[email protected]
Date
2014-05-26 00:44:26 -0700 (Mon, 26 May 2014)

Log Message

[Stable] [GTK] GdiObject.h missing in WebKitGTK 2.4.1 tarball
https://bugs.webkit.org/show_bug.cgi?id=132814

Patch by Milan Crha <[email protected]> on 2014-05-25
Reviewed by Carlos Garcia Campos.

Source/WebCore:

Add missing files and includes to fix the mingw32 build.

* GNUmakefile.list.am:
* platform/graphics/win/GraphicsContextCairoWin.cpp:

Source/WTF:

Add missing files to fix the mingw32 build.

* GNUmakefile.list.am:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.4/Source/WTF/ChangeLog (169330 => 169331)


--- releases/WebKitGTK/webkit-2.4/Source/WTF/ChangeLog	2014-05-26 07:30:55 UTC (rev 169330)
+++ releases/WebKitGTK/webkit-2.4/Source/WTF/ChangeLog	2014-05-26 07:44:26 UTC (rev 169331)
@@ -1,3 +1,14 @@
+2014-05-25  Milan Crha  <[email protected]>
+
+        [Stable] [GTK] GdiObject.h missing in WebKitGTK 2.4.1 tarball
+        https://bugs.webkit.org/show_bug.cgi?id=132814
+
+        Reviewed by Carlos Garcia Campos.
+
+        Add missing files to fix the mingw32 build.
+
+        * GNUmakefile.list.am:
+
 2014-04-19  Filip Pizlo  <[email protected]>
 
         Make it easier to check if an integer sum would overflow

Modified: releases/WebKitGTK/webkit-2.4/Source/WTF/GNUmakefile.list.am (169330 => 169331)


--- releases/WebKitGTK/webkit-2.4/Source/WTF/GNUmakefile.list.am	2014-05-26 07:30:55 UTC (rev 169330)
+++ releases/WebKitGTK/webkit-2.4/Source/WTF/GNUmakefile.list.am	2014-05-26 07:44:26 UTC (rev 169331)
@@ -255,4 +255,5 @@
     Source/WTF/wtf/unicode/Unicode.h \
     Source/WTF/wtf/unicode/UnicodeMacrosFromICU.h \
     Source/WTF/wtf/unicode/icu/CollatorICU.cpp \
-    Source/WTF/wtf/unicode/icu/UnicodeIcu.h
+    Source/WTF/wtf/unicode/icu/UnicodeIcu.h \
+    Source/WTF/wtf/win/GDIObject.h

Modified: releases/WebKitGTK/webkit-2.4/Source/WebCore/ChangeLog (169330 => 169331)


--- releases/WebKitGTK/webkit-2.4/Source/WebCore/ChangeLog	2014-05-26 07:30:55 UTC (rev 169330)
+++ releases/WebKitGTK/webkit-2.4/Source/WebCore/ChangeLog	2014-05-26 07:44:26 UTC (rev 169331)
@@ -1,3 +1,15 @@
+2014-05-25  Milan Crha  <[email protected]>
+
+        [Stable] [GTK] GdiObject.h missing in WebKitGTK 2.4.1 tarball
+        https://bugs.webkit.org/show_bug.cgi?id=132814
+
+        Reviewed by Carlos Garcia Campos.
+
+        Add missing files and includes to fix the mingw32 build.
+
+        * GNUmakefile.list.am:
+        * platform/graphics/win/GraphicsContextCairoWin.cpp:
+
 2014-05-22  Piotr Grad  <[email protected]>
 
         Video is resumed with old playback rate.

Modified: releases/WebKitGTK/webkit-2.4/Source/WebCore/GNUmakefile.list.am (169330 => 169331)


--- releases/WebKitGTK/webkit-2.4/Source/WebCore/GNUmakefile.list.am	2014-05-26 07:30:55 UTC (rev 169330)
+++ releases/WebKitGTK/webkit-2.4/Source/WebCore/GNUmakefile.list.am	2014-05-26 07:44:26 UTC (rev 169331)
@@ -6281,9 +6281,12 @@
 	Source/WebCore/platform/graphics/win/GraphicsContextCairoWin.cpp \
 	Source/WebCore/platform/graphics/win/GraphicsContextWin.cpp \
 	Source/WebCore/platform/graphics/win/LocalWindowsContext.h \
+	Source/WebCore/platform/graphics/win/SharedGDIObject.h \
 	Source/WebCore/platform/graphics/win/TransformationMatrixWin.cpp \
 	Source/WebCore/platform/win/BitmapInfo.cpp \
 	Source/WebCore/platform/win/BitmapInfo.h \
+	Source/WebCore/platform/win/GDIObjectCounter.cpp \
+	Source/WebCore/platform/win/GDIObjectCounter.h \
 	Source/WebCore/platform/win/SystemInfo.cpp \
 	Source/WebCore/platform/win/SystemInfo.h \
 	Source/WebCore/platform/win/WebCoreInstanceHandle.cpp \

Modified: releases/WebKitGTK/webkit-2.4/Source/WebCore/platform/graphics/win/GraphicsContextCairoWin.cpp (169330 => 169331)


--- releases/WebKitGTK/webkit-2.4/Source/WebCore/platform/graphics/win/GraphicsContextCairoWin.cpp	2014-05-26 07:30:55 UTC (rev 169330)
+++ releases/WebKitGTK/webkit-2.4/Source/WebCore/platform/graphics/win/GraphicsContextCairoWin.cpp	2014-05-26 07:44:26 UTC (rev 169331)
@@ -32,6 +32,7 @@
 
 #include <cairo-win32.h>
 #include "GraphicsContextPlatformPrivateCairo.h"
+#include <wtf/win/GdiObject.h>
 
 using namespace std;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to