Title: [269220] trunk/Source/WebCore/PAL
Revision
269220
Author
[email protected]
Date
2020-10-30 20:34:22 -0700 (Fri, 30 Oct 2020)

Log Message

Fix internal watchOS and tvOS builds after r269211
https://bugs.webkit.org/show_bug.cgi?id=217506

Unreviewed build fix.

* pal/spi/cg/CoreGraphicsSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (269219 => 269220)


--- trunk/Source/WebCore/PAL/ChangeLog	2020-10-31 03:21:44 UTC (rev 269219)
+++ trunk/Source/WebCore/PAL/ChangeLog	2020-10-31 03:34:22 UTC (rev 269220)
@@ -1,3 +1,12 @@
+2020-10-30  Myles C. Maxfield  <[email protected]>
+
+        Fix internal watchOS and tvOS builds after r269211
+        https://bugs.webkit.org/show_bug.cgi?id=217506
+
+        Unreviewed build fix.
+
+        * pal/spi/cg/CoreGraphicsSPI.h:
+
 2020-10-29  Myles C. Maxfield  <[email protected]>
 
         [Cocoa] [GPU Process] Perform image decoding of color fonts in the Web Process

Modified: trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h (269219 => 269220)


--- trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h	2020-10-31 03:21:44 UTC (rev 269219)
+++ trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h	2020-10-31 03:34:22 UTC (rev 269220)
@@ -42,6 +42,7 @@
 #include <CoreGraphics/CGFontCache.h>
 #include <CoreGraphics/CGPathPrivate.h>
 #include <CoreGraphics/CoreGraphicsPrivate.h>
+#include <CoreGraphics/CGStylePrivate.h>
 
 #if PLATFORM(MAC)
 #include <ColorSync/ColorSyncPriv.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to