Title: [109808] trunk/WebKitLibraries
- Revision
- 109808
- Author
- [email protected]
- Date
- 2012-03-05 15:45:40 -0800 (Mon, 05 Mar 2012)
Log Message
Fix the SnowLeoaprd build.
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceLion.a:
* libWebKitSystemInterfaceSnowLeopard.a:
Modified Paths
Diff
Modified: trunk/WebKitLibraries/ChangeLog (109807 => 109808)
--- trunk/WebKitLibraries/ChangeLog 2012-03-05 23:31:50 UTC (rev 109807)
+++ trunk/WebKitLibraries/ChangeLog 2012-03-05 23:45:40 UTC (rev 109808)
@@ -1,5 +1,14 @@
2012-03-05 Sam Weinig <[email protected]>
+ Fix the SnowLeoaprd build.
+
+ * WebKitSystemInterface.h:
+ * libWebKitSystemInterfaceLeopard.a:
+ * libWebKitSystemInterfaceLion.a:
+ * libWebKitSystemInterfaceSnowLeopard.a:
+
+2012-03-05 Sam Weinig <[email protected]>
+
Update WebKitSystemInterface for WKCAContext additions.
* WebKitSystemInterface.h:
Modified: trunk/WebKitLibraries/WebKitSystemInterface.h (109807 => 109808)
--- trunk/WebKitLibraries/WebKitSystemInterface.h 2012-03-05 23:31:50 UTC (rev 109807)
+++ trunk/WebKitLibraries/WebKitSystemInterface.h 2012-03-05 23:45:40 UTC (rev 109808)
@@ -335,9 +335,6 @@
void WKCARemoteLayerClientSetLayer(WKCARemoteLayerClientRef, CALayer *);
CALayer *WKCARemoteLayerClientGetLayer(WKCARemoteLayerClientRef);
-#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
-void WKCALayerEnumerateRectsBeingDrawnWithBlock(CALayer *layer, CGContextRef context, void (^block)(CGRect rect));
-
typedef struct __WKCAContextRef *WKCAContextRef;
WKCAContextRef WKCAContextMakeRemoteWithServerPort(mach_port_t port);
@@ -347,6 +344,8 @@
void WKCAContextSetLayer(WKCAContextRef, CALayer *);
CALayer *WKCAContextGetLayer(WKCAContextRef);
+#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
+void WKCALayerEnumerateRectsBeingDrawnWithBlock(CALayer *layer, CGContextRef context, void (^block)(CGRect rect));
#endif
@class CARenderer;
Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceLeopard.a
(Binary files differ)
Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceLion.a
(Binary files differ)
Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceSnowLeopard.a
(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes