Title: [90316] trunk/WebKitLibraries
- Revision
- 90316
- Author
- [email protected]
- Date
- 2011-07-02 10:26:21 -0700 (Sat, 02 Jul 2011)
Log Message
Update the header file too.
* WebKitSystemInterface.h:
Modified Paths
Diff
Modified: trunk/WebKitLibraries/ChangeLog (90315 => 90316)
--- trunk/WebKitLibraries/ChangeLog 2011-07-02 16:25:39 UTC (rev 90315)
+++ trunk/WebKitLibraries/ChangeLog 2011-07-02 17:26:21 UTC (rev 90316)
@@ -1,5 +1,11 @@
2011-07-02 Mark Rowe <[email protected]>
+ Update the header file too.
+
+ * WebKitSystemInterface.h:
+
+2011-07-02 Mark Rowe <[email protected]>
+
Update WebKitSystemInterface binaries.
* libWebKitSystemInterfaceLeopard.a:
Modified: trunk/WebKitLibraries/WebKitSystemInterface.h (90315 => 90316)
--- trunk/WebKitLibraries/WebKitSystemInterface.h 2011-07-02 16:25:39 UTC (rev 90315)
+++ trunk/WebKitLibraries/WebKitSystemInterface.h 2011-07-02 17:26:21 UTC (rev 90316)
@@ -8,9 +8,9 @@
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
+@class AVAsset;
@class QTMovie;
@class QTMovieView;
-@class AVAsset;
#ifdef __cplusplus
extern "C" {
@@ -389,6 +389,7 @@
void WKSetCFURLResponseMIMEType(CFURLResponseRef, CFStringRef mimeType);
#if !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
+
typedef enum {
WKSandboxExtensionTypeReadOnly,
WKSandboxExtensionTypeWriteOnly,
@@ -439,6 +440,7 @@
void WKSetPainterForPainterController(WKScrollbarPainterControllerRef, WKScrollbarPainterRef, bool isHorizontal);
WKScrollbarPainterRef WKVerticalScrollbarPainterForController(WKScrollbarPainterControllerRef);
WKScrollbarPainterRef WKHorizontalScrollbarPainterForController(WKScrollbarPainterControllerRef);
+int WKScrollbarPainterControllerStyle(WKScrollbarPainterControllerRef);
void WKSetScrollbarPainterControllerStyle(WKScrollbarPainterControllerRef, int newStyle);
void WKContentAreaScrolled(WKScrollbarPainterControllerRef);
void WKContentAreaWillPaint(WKScrollbarPainterControllerRef);
@@ -461,7 +463,12 @@
void WKShowWordDefinitionWindow(NSAttributedString *term, NSPoint screenPoint, NSDictionary *options);
void WKHideWordDefinitionWindow(void);
+CFStringRef WKCopyDefaultSearchProviderDisplayName(void);
+
NSURL* WKAVAssetResolvedURL(AVAsset*);
+
+NSCursor *WKCursor(const char *name);
+
#endif
#ifdef __cplusplus
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes