Title: [154564] trunk/WebKitLibraries
Revision
154564
Author
[email protected]
Date
2013-08-24 21:33:16 -0700 (Sat, 24 Aug 2013)

Log Message

[Windows] Another attempt to fix the Windows bots. Need to retain older
QuickTime player features for external builders.

* win/include/WebKitSystemInterface/WebKitSystemInterface.h:
* win/lib32/WebKitSystemInterface.lib:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (154563 => 154564)


--- trunk/WebKitLibraries/ChangeLog	2013-08-25 04:20:04 UTC (rev 154563)
+++ trunk/WebKitLibraries/ChangeLog	2013-08-25 04:33:16 UTC (rev 154564)
@@ -1,3 +1,11 @@
+2013-08-24  Brent Fulgham  <[email protected]>
+
+        [Windows] Another attempt to fix the Windows bots. Need to retain older
+        QuickTime player features for external builders.
+
+        * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
+        * win/lib32/WebKitSystemInterface.lib:
+
 2013-08-23  Brent Fulgham  <[email protected]>
 
         [Windows] Forgot to check in the header as well!

Modified: trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h (154563 => 154564)


--- trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h	2013-08-25 04:20:04 UTC (rev 154563)
+++ trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h	2013-08-25 04:33:16 UTC (rev 154564)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007, 2008, 2009, 2013 Apple Inc.  All rights reserved.
+ * Copyright (C) 2007, 2008, 2009 Apple Inc.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -194,6 +194,8 @@
 
 CGPatternRef wkCGPatternCreateWithImageAndTransform(CGImageRef image, CGAffineTransform transform, int tiling);
 
+bool wkCGContextDrawsWithCorrectShadowOffsets(CGContextRef);
+
 CFDictionaryRef wkCFURLRequestCreateSerializableRepresentation(CFURLRequestRef cfRequest, CFTypeRef tokenNull);
 CFURLRequestRef wkCFURLRequestCreateFromSerializableRepresentation(CFDictionaryRef representation, CFTypeRef tokenNull);
 CFDictionaryRef wkCFURLResponseCreateSerializableRepresentation(CFURLResponseRef cfResponse, CFTypeRef tokenNull);

Modified: trunk/WebKitLibraries/win/lib32/WebKitSystemInterface.lib


(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to