2009-04-10 Simon Fraser <simon.fraser@apple.com>

        Fix the leopard build by updating WebKitSystemInterface.

        * WebKitSystemInterface.h:
        * libWebKitSystemInterfaceLeopard.a:

git-svn-id: svn://svn.chromium.org/blink/trunk@42403 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 4246ff77
2009-04-10 Simon Fraser <simon.fraser@apple.com>
Fix the leopard build by updating WebKitSystemInterface.
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
2009-03-30 Steve Falkenburg <sfalken@apple.com>
Bump version to 530.
......
......@@ -179,6 +179,7 @@ void WKGetWheelEventDeltas(NSEvent *, float *deltaX, float *deltaY, BOOL *contin
BOOL WKAppVersionCheckLessThan(NSString *, int, double);
unsigned WKQTIncludeOnlyModernMediaFileTypes(void);
int WKQTMovieDataRate(QTMovie* movie);
float WKQTMovieMaxTimeLoaded(QTMovie* movie);
void WKQTMovieViewSetDrawSynchronously(QTMovieView* view, BOOL sync);
......@@ -227,6 +228,8 @@ void WKSoftwareCARendererRender(WKSoftwareCARendererRef, CGContextRef, CGRect);
CFRunLoopSourceRef WKCreateMIGServerSource(mig_subsystem_t subsystem, mach_port_t serverPort);
NSUInteger WKGetInputPanelWindowStyle(void);
#endif
@class CAPropertyAnimation;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment