Title: [168552] trunk/Source/WebKit2
Revision
168552
Author
timothy_hor...@apple.com
Date
2014-05-09 14:01:28 -0700 (Fri, 09 May 2014)

Log Message

Fix the iOS DRT build by including CG headers in WKPreferences.h, which uses CGFloat.

* UIProcess/API/Cocoa/WKPreferences.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (168551 => 168552)


--- trunk/Source/WebKit2/ChangeLog	2014-05-09 20:57:57 UTC (rev 168551)
+++ trunk/Source/WebKit2/ChangeLog	2014-05-09 21:01:28 UTC (rev 168552)
@@ -1,3 +1,9 @@
+2014-05-09  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the iOS DRT build by including CG headers in WKPreferences.h, which uses CGFloat.
+
+        * UIProcess/API/Cocoa/WKPreferences.h:
+
 2014-05-09  Brent Fulgham  <bfulg...@apple.com>
 
         {TelephoneNumber, Selection}ControllerMac implementations dosn't handle tiled drawing properly.

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKPreferences.h (168551 => 168552)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKPreferences.h	2014-05-09 20:57:57 UTC (rev 168551)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKPreferences.h	2014-05-09 21:01:28 UTC (rev 168552)
@@ -23,6 +23,7 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#import <CoreGraphics/CoreGraphics.h>
 #import <Foundation/Foundation.h>
 #import <WebKit/WKFoundation.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to