Title: [188609] trunk/Source/WebCore
Revision
188609
Author
mmaxfi...@apple.com
Date
2015-08-18 16:53:57 -0700 (Tue, 18 Aug 2015)

Log Message

[El Capitan] Fix the open source build
https://bugs.webkit.org/show_bug.cgi?id=148134

Reviewed by Anders Carlsson.

No new tests because there is no behavior change.

Need to declare CGFontRenderingStyle.

* platform/spi/cocoa/CoreTextSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (188608 => 188609)


--- trunk/Source/WebCore/ChangeLog	2015-08-18 23:47:36 UTC (rev 188608)
+++ trunk/Source/WebCore/ChangeLog	2015-08-18 23:53:57 UTC (rev 188609)
@@ -1,3 +1,16 @@
+2015-08-18  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        [El Capitan] Fix the open source build
+        https://bugs.webkit.org/show_bug.cgi?id=148134
+
+        Reviewed by Anders Carlsson.
+
+        No new tests because there is no behavior change.
+
+        Need to declare CGFontRenderingStyle.
+
+        * platform/spi/cocoa/CoreTextSPI.h:
+
 2015-08-18  Dean Jackson  <d...@apple.com>
 
         CAOpenGLLayer needs a named class extension for non-internal installs

Modified: trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h (188608 => 188609)


--- trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h	2015-08-18 23:47:36 UTC (rev 188608)
+++ trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h	2015-08-18 23:53:57 UTC (rev 188609)
@@ -26,6 +26,7 @@
 #ifndef CoreTextSPI_h
 #define CoreTextSPI_h
 
+#include "CoreGraphicsSPI.h"
 #include <CoreText/CoreText.h>
 
 #if USE(APPLE_INTERNAL_SDK)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to