Title: [166123] trunk/Source/WebCore
Revision
166123
Author
simon.fra...@apple.com
Date
2014-03-22 12:42:03 -0700 (Sat, 22 Mar 2014)

Log Message

FloatRect.h on iOS should not suck in a system header
https://bugs.webkit.org/show_bug.cgi?id=130641

Reviewed by Geoff Garen.

Don't pull in <CoreGraphics/CGGeometry.h> from FloatRect.h.

* platform/graphics/FloatRect.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (166122 => 166123)


--- trunk/Source/WebCore/ChangeLog	2014-03-22 19:19:52 UTC (rev 166122)
+++ trunk/Source/WebCore/ChangeLog	2014-03-22 19:42:03 UTC (rev 166123)
@@ -1,3 +1,14 @@
+2014-03-22  Simon Fraser  <simon.fra...@apple.com>
+
+        FloatRect.h on iOS should not suck in a system header
+        https://bugs.webkit.org/show_bug.cgi?id=130641
+
+        Reviewed by Geoff Garen.
+
+        Don't pull in <CoreGraphics/CGGeometry.h> from FloatRect.h.
+
+        * platform/graphics/FloatRect.h:
+
 2014-03-22  Dan Bernstein  <m...@apple.com>
 
         Fixed the iOS build.

Modified: trunk/Source/WebCore/platform/graphics/FloatRect.h (166122 => 166123)


--- trunk/Source/WebCore/platform/graphics/FloatRect.h	2014-03-22 19:19:52 UTC (rev 166122)
+++ trunk/Source/WebCore/platform/graphics/FloatRect.h	2014-03-22 19:42:03 UTC (rev 166123)
@@ -30,10 +30,6 @@
 #include "FloatPoint.h"
 #include <wtf/Vector.h>
 
-#if PLATFORM(IOS)
-#include <CoreGraphics/CGGeometry.h>
-#endif
-
 #if USE(CG)
 typedef struct CGRect CGRect;
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to