From: andersca Date: Thu, 22 Feb 2007 00:30:31 +0000 (+0000) Subject: Add new version with WKCGContextIsBitmapContext. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=197b92710a47336faf043897a3b8ad37662eacad;ds=sidebyside Add new version with WKCGContextIsBitmapContext. * WebKitSystemInterface.h: * libWebKitSystemInterface.a: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@19781 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 3613096cfdf7..7cededc071c3 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,10 @@ +2007-02-21 Anders Carlsson + + Add new version with WKCGContextIsBitmapContext. + + * WebKitSystemInterface.h: + * libWebKitSystemInterface.a: + 2006-12-16 Adele Peterson Reviewed by Adam. diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index dac96a458f50..4d54d1626321 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -143,6 +143,8 @@ void WKNSWindowRestoreCGContext(NSWindow *, CGContextRef); BOOL WKSupportsMultipartXMixedReplace(NSMutableURLRequest *request); NSString* WKPathFromFont(NSFont *font); +BOOL WKCGContextIsBitmapContext(CGContextRef context); + #ifdef __cplusplus } #endif diff --git a/WebKitLibraries/libWebKitSystemInterface.a b/WebKitLibraries/libWebKitSystemInterface.a index 138624972110..cf24d12acb1f 100644 Binary files a/WebKitLibraries/libWebKitSystemInterface.a and b/WebKitLibraries/libWebKitSystemInterface.a differ