Title: [162828] trunk/Source/WebCore
Revision
162828
Author
[email protected]
Date
2014-01-26 23:33:19 -0800 (Sun, 26 Jan 2014)

Log Message

Fix the iOS build (failed to correctly revert some broken changes in the last patch).

* platform/graphics/cg/BitmapImageCG.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (162827 => 162828)


--- trunk/Source/WebCore/ChangeLog	2014-01-27 07:16:13 UTC (rev 162827)
+++ trunk/Source/WebCore/ChangeLog	2014-01-27 07:33:19 UTC (rev 162828)
@@ -1,5 +1,11 @@
 2014-01-26  Tim Horton  <[email protected]>
 
+        Fix the iOS build (failed to correctly revert some broken changes in the last patch).
+
+        * platform/graphics/cg/BitmapImageCG.cpp:
+
+2014-01-26  Tim Horton  <[email protected]>
+
         Start cleaning up iOS upstreaming #ifs in platform/graphics
         https://bugs.webkit.org/show_bug.cgi?id=127641
 

Modified: trunk/Source/WebCore/platform/graphics/cg/BitmapImageCG.cpp (162827 => 162828)


--- trunk/Source/WebCore/platform/graphics/cg/BitmapImageCG.cpp	2014-01-27 07:16:13 UTC (rev 162827)
+++ trunk/Source/WebCore/platform/graphics/cg/BitmapImageCG.cpp	2014-01-27 07:33:19 UTC (rev 162828)
@@ -38,6 +38,10 @@
 #include <ApplicationServices/ApplicationServices.h>
 #endif
 
+#if PLATFORM(IOS)
+#include <CoreGraphics/CGContextPrivate.h>
+#endif
+
 #if PLATFORM(MAC)
 #include "WebCoreSystemInterface.h"
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to