Title: [183087] trunk/Source/WebCore
Revision
183087
Author
[email protected]
Date
2015-04-21 17:24:18 -0700 (Tue, 21 Apr 2015)

Log Message

Fix the iOS build.

* platform/spi/cg/CoreGraphicsSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (183086 => 183087)


--- trunk/Source/WebCore/ChangeLog	2015-04-22 00:14:34 UTC (rev 183086)
+++ trunk/Source/WebCore/ChangeLog	2015-04-22 00:24:18 UTC (rev 183087)
@@ -1,3 +1,9 @@
+2015-04-21  Tim Horton  <[email protected]>
+
+        Fix the iOS build.
+
+        * platform/spi/cg/CoreGraphicsSPI.h:
+
 2015-04-21  Said Abou-Hallawa  <[email protected]>
 
         SVGAnimateElementBase::calculateAnimatedValue() asserts when reinserting an SVG animating element within the same animation limits

Modified: trunk/Source/WebCore/platform/spi/cg/CoreGraphicsSPI.h (183086 => 183087)


--- trunk/Source/WebCore/platform/spi/cg/CoreGraphicsSPI.h	2015-04-22 00:14:34 UTC (rev 183086)
+++ trunk/Source/WebCore/platform/spi/cg/CoreGraphicsSPI.h	2015-04-22 00:24:18 UTC (rev 183087)
@@ -113,6 +113,7 @@
 
 typedef struct CGFontCache CGFontCache;
 
+#if PLATFORM(MAC)
 typedef uint32_t CGSConnectionID;
 typedef uint32_t CGSWindowID;
 typedef uint32_t CGSWindowCount;
@@ -123,6 +124,7 @@
     kCGSCaptureIgnoreGlobalClipShape = 0x0800,
 };
 typedef uint32_t CGSWindowCaptureOptions;
+#endif
 
 #endif // USE(APPLE_INTERNAL_SDK)
 
@@ -173,8 +175,10 @@
 void CGFontCacheSetMaxSize(CGFontCache*, size_t);
 #endif
 
+#if PLATFORM(MAC)
 CGSConnectionID CGSMainConnectionID(void);
 CFArrayRef CGSHWCaptureWindowList(CGSConnectionID cid, CGSWindowIDList windowList, CGSWindowCount windowCount, CGSWindowCaptureOptions options);
+#endif
 
 WTF_EXTERN_C_END
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to