From: thatcher Date: Thu, 25 Oct 2007 22:23:54 +0000 (+0000) Subject: Add WKSetPatternBaseCTM. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=79b0b322c1fc0e29fa9ea1430444d24ce103f9e1 Add WKSetPatternBaseCTM. * WebKitSystemInterface.h: * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceTiger.a: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27071 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 997dc13decf9..19eeaa7b0fca 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,11 @@ +2007-10-25 Timothy Hatcher + + Add WKSetPatternBaseCTM. + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceTiger.a: + 2007-10-25 Timothy Hatcher Reviewed by Adam. diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index 0a4c2974032f..84013800020f 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -122,6 +122,7 @@ ATSUFontID WKGetNSFontATSUFontId(NSFont *font); void WKReleaseStyleGroup(void *group); BOOL WKCGContextGetShouldSmoothFonts(CGContextRef cgContext); +void WKSetPatternBaseCTM(CGContextRef, CGAffineTransform); void WKSetPatternPhaseInUserSpace(CGContextRef, CGPoint); typedef void *WKGlyphVectorRef; diff --git a/WebKitLibraries/libWebKitSystemInterfaceLeopard.a b/WebKitLibraries/libWebKitSystemInterfaceLeopard.a index f03f6c21cae5..ac9ea311fdcc 100644 Binary files a/WebKitLibraries/libWebKitSystemInterfaceLeopard.a and b/WebKitLibraries/libWebKitSystemInterfaceLeopard.a differ diff --git a/WebKitLibraries/libWebKitSystemInterfaceTiger.a b/WebKitLibraries/libWebKitSystemInterfaceTiger.a index 3810727bde0e..3e30c575f23d 100644 Binary files a/WebKitLibraries/libWebKitSystemInterfaceTiger.a and b/WebKitLibraries/libWebKitSystemInterfaceTiger.a differ