Title: [130563] trunk/WebKitLibraries
Revision
130563
Author
[email protected]
Date
2012-10-05 15:30:45 -0700 (Fri, 05 Oct 2012)

Log Message

Update WebKitSystemInterface libraries and header.

Reviewed by Simon Fraser.

* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLion.a:
* libWebKitSystemInterfaceMountainLion.a:
* libWebKitSystemInterfaceSnowLeopard.a:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (130562 => 130563)


--- trunk/WebKitLibraries/ChangeLog	2012-10-05 22:30:27 UTC (rev 130562)
+++ trunk/WebKitLibraries/ChangeLog	2012-10-05 22:30:45 UTC (rev 130563)
@@ -1,3 +1,14 @@
+2012-10-05  Tim Horton  <[email protected]>
+
+        Update WebKitSystemInterface libraries and header.
+
+        Reviewed by Simon Fraser.
+
+        * WebKitSystemInterface.h:
+        * libWebKitSystemInterfaceLion.a:
+        * libWebKitSystemInterfaceMountainLion.a:
+        * libWebKitSystemInterfaceSnowLeopard.a:
+
 2012-10-04  Eric Carlson  <[email protected]>
 
         Allow ports to override text track rendering style

Modified: trunk/WebKitLibraries/WebKitSystemInterface.h (130562 => 130563)


--- trunk/WebKitLibraries/WebKitSystemInterface.h	2012-10-05 22:30:27 UTC (rev 130562)
+++ trunk/WebKitLibraries/WebKitSystemInterface.h	2012-10-05 22:30:45 UTC (rev 130563)
@@ -169,6 +169,10 @@
 CGPatternRef WKCGPatternCreateWithImageAndTransform(CGImageRef image, CGAffineTransform transform, int tiling);
 void WKCGContextResetClip(CGContextRef);
 
+#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1080
+bool WKCGContextDrawsWithCorrectShadowOffsets(CGContextRef);
+#endif
+
 #ifndef __LP64__
 NSEvent *WKCreateNSEventWithCarbonEvent(EventRef eventRef);
 NSEvent *WKCreateNSEventWithCarbonMouseMoveEvent(EventRef inEvent, NSWindow *window);

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceLion.a


(Binary files differ)

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceMountainLion.a


(Binary files differ)

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceSnowLeopard.a


(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to