Title: [239054] trunk/Source/WebCore
Revision
239054
Author
[email protected]
Date
2018-12-10 15:05:57 -0800 (Mon, 10 Dec 2018)

Log Message

Include CoreGraphics.h from WebCorePrefix.h
https://bugs.webkit.org/show_bug.cgi?id=192557

Reviewed by Tim Horton.

The theory is that this will improve build time. Let's try and see what bots say.

* WebCorePrefix.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (239053 => 239054)


--- trunk/Source/WebCore/ChangeLog	2018-12-10 22:18:10 UTC (rev 239053)
+++ trunk/Source/WebCore/ChangeLog	2018-12-10 23:05:57 UTC (rev 239054)
@@ -1,3 +1,14 @@
+2018-12-10  Alexey Proskuryakov  <[email protected]>
+
+        Include CoreGraphics.h from WebCorePrefix.h
+        https://bugs.webkit.org/show_bug.cgi?id=192557
+
+        Reviewed by Tim Horton.
+
+        The theory is that this will improve build time. Let's try and see what bots say.
+
+        * WebCorePrefix.h:
+
 2018-12-10  Wenson Hsieh  <[email protected]>
 
         [iOS] Unable to upload data that conforms to "public.item" but not "public.content"

Modified: trunk/Source/WebCore/WebCorePrefix.h (239053 => 239054)


--- trunk/Source/WebCore/WebCorePrefix.h	2018-12-10 22:18:10 UTC (rev 239053)
+++ trunk/Source/WebCore/WebCorePrefix.h	2018-12-10 23:05:57 UTC (rev 239054)
@@ -86,6 +86,10 @@
 #include <CoreFoundation/CoreFoundation.h>
 #endif
 
+#if USE(CG)
+#include <CoreGraphics/CoreGraphics.h>
+#endif
+
 #if OS(WINDOWS)
 #ifndef CF_IMPLICIT_BRIDGING_ENABLED
 #define CF_IMPLICIT_BRIDGING_ENABLED
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to