Title: [154536] trunk/WebKitLibraries
Revision
154536
Author
[email protected]
Date
2013-08-23 17:30:38 -0700 (Fri, 23 Aug 2013)

Log Message

[Windows] Forgot to check in the header as well!

* win/include/WebKitSystemInterface/WebKitSystemInterface.h:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (154535 => 154536)


--- trunk/WebKitLibraries/ChangeLog	2013-08-24 00:30:00 UTC (rev 154535)
+++ trunk/WebKitLibraries/ChangeLog	2013-08-24 00:30:38 UTC (rev 154536)
@@ -1,5 +1,11 @@
 2013-08-23  Brent Fulgham  <[email protected]>
 
+        [Windows] Forgot to check in the header as well!
+
+        * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
+
+2013-08-23  Brent Fulgham  <[email protected]>
+
         [Windows] Unreviewed build correction.
 
         * win/lib32/WebKitSystemInterface.lib: Update with new API for r132545.

Modified: trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h (154535 => 154536)


--- trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h	2013-08-24 00:30:00 UTC (rev 154535)
+++ trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h	2013-08-24 00:30:38 UTC (rev 154536)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007, 2008, 2009 Apple Inc.  All rights reserved.
+ * Copyright (C) 2007, 2008, 2009, 2013 Apple Inc.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -84,6 +84,7 @@
 void wkSetBaseCTM(CGContextRef, CGAffineTransform);
 void wkSetPatternPhaseInUserSpace(CGContextRef, CGPoint phasePoint);
 CGAffineTransform wkGetUserToBaseCTM(CGContextRef);
+bool wkCGContextIsPDFContext(CGContextRef);
 
 void wkDrawFocusRing(CGContextRef, CGColorRef, float radius);
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to