From: adele Date: Sat, 16 Dec 2006 09:50:46 +0000 (+0000) Subject: Reviewed by Adam. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=cfded4c995c78305808d2c9057131124c935e3cb;ds=sidebyside Reviewed by Adam. WebKitLibraries part of fix for: Switch to use new search field implementation for Added wkDrawTextFieldCellFocusRing. * WebKitSystemInterface.h: * libWebKitSystemInterface.a: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@18246 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index cd0150a6ab0e..3613096cfdf7 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,15 @@ +2006-12-16 Adele Peterson + + Reviewed by Adam. + + WebKitLibraries part of fix for: + Switch to use new search field implementation for + + Added wkDrawTextFieldCellFocusRing. + + * WebKitSystemInterface.h: + * libWebKitSystemInterface.a: + 2006-10-11 Darin Adler Reviewed by John Sullivan. diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index e45c4b43619c..dac96a458f50 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -99,6 +99,7 @@ void WKDrawFocusRing(CGContextRef context, CGRect clipRect, CGColorRef color, in void WKSetDragImage(NSImage *image, NSPoint offset); void WKDrawBezeledTextFieldCell(NSRect, BOOL enabled); +void WKDrawTextFieldCellFocusRing(NSTextFieldCell*, NSRect); void WKDrawBezeledTextArea(NSRect, BOOL enabled); void WKPopupMenu(NSMenu*, NSPoint location, float width, NSView*, int selectedItem, NSFont*); diff --git a/WebKitLibraries/libWebKitSystemInterface.a b/WebKitLibraries/libWebKitSystemInterface.a index 5f989d0dd50b..138624972110 100644 Binary files a/WebKitLibraries/libWebKitSystemInterface.a and b/WebKitLibraries/libWebKitSystemInterface.a differ