From: aroben Date: Fri, 26 Oct 2007 01:09:08 +0000 (+0000) Subject: Add wkSetPatternBaseCTM. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=4029bbe61bc922ae896e1f22eb9a2972708c638d Add wkSetPatternBaseCTM. Reviewed by NOBODY. * win/include/WebKitSystemInterface/WebKitSystemInterface.h: * win/lib/WebKitSystemInterface.lib: * win/lib/WebKitSystemInterface_debug.lib: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27080 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 89877c67752b..5248c76fc309 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,13 @@ +2007-10-25 Adam Roben + + Add wkSetPatternBaseCTM. + + Reviewed by NOBODY. + + * win/include/WebKitSystemInterface/WebKitSystemInterface.h: + * win/lib/WebKitSystemInterface.lib: + * win/lib/WebKitSystemInterface_debug.lib: + 2007-10-25 Sam Weinig Fix the windows build. diff --git a/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h b/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h index 8327a3af02a8..b6dd93966b7a 100644 --- a/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h +++ b/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h @@ -52,6 +52,8 @@ void wkAddFontsAtPath(CFStringRef); void wkAddFontsFromPlistRepresentation(CFDataRef); CFDataRef wkCreateFontsPlistRepresentation(); +void wkSetPatternBaseCTM(CGContextRef, CGAffineTransform); + void wkDrawFocusRing(CGContextRef, CGColorRef, float radius); CFDictionaryRef wkGetSSLCertificateInfo(CFURLResponseRef); diff --git a/WebKitLibraries/win/lib/WebKitSystemInterface.lib b/WebKitLibraries/win/lib/WebKitSystemInterface.lib index 108e581ba496..015c322f07cb 100644 Binary files a/WebKitLibraries/win/lib/WebKitSystemInterface.lib and b/WebKitLibraries/win/lib/WebKitSystemInterface.lib differ diff --git a/WebKitLibraries/win/lib/WebKitSystemInterface_debug.lib b/WebKitLibraries/win/lib/WebKitSystemInterface_debug.lib index fbf461a6fd12..93808da458bb 100644 Binary files a/WebKitLibraries/win/lib/WebKitSystemInterface_debug.lib and b/WebKitLibraries/win/lib/WebKitSystemInterface_debug.lib differ