Title: [213227] trunk/Source/WebCore
Revision
213227
Author
[email protected]
Date
2017-03-01 09:49:59 -0800 (Wed, 01 Mar 2017)

Log Message

Try to fix Windows build after r213191.

* platform/spi/win/CoreTextSPIWin.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (213226 => 213227)


--- trunk/Source/WebCore/ChangeLog	2017-03-01 17:36:17 UTC (rev 213226)
+++ trunk/Source/WebCore/ChangeLog	2017-03-01 17:49:59 UTC (rev 213227)
@@ -1,3 +1,9 @@
+2017-03-01  Simon Fraser  <[email protected]>
+
+        Try to fix Windows build after r213191.
+
+        * platform/spi/win/CoreTextSPIWin.h:
+
 2017-03-01  Carlos Garcia Campos  <[email protected]>
 
         REGRESSION(r213062): [SOUP] UTF-8 filename in Content-Disposition header incorrectly handled since r213062

Modified: trunk/Source/WebCore/platform/spi/win/CoreTextSPIWin.h (213226 => 213227)


--- trunk/Source/WebCore/platform/spi/win/CoreTextSPIWin.h	2017-03-01 17:36:17 UTC (rev 213226)
+++ trunk/Source/WebCore/platform/spi/win/CoreTextSPIWin.h	2017-03-01 17:49:59 UTC (rev 213227)
@@ -38,6 +38,8 @@
 
 CT_EXPORT const CFStringRef kCTFontAttributeName;
 CT_EXPORT const CFStringRef kCTForegroundColorFromContextAttributeName;
+CT_EXPORT const CFStringRef kCTStrokeWidthAttributeName;
+CT_EXPORT const CFStringRef kCTStrokeColorAttributeName;
 
 // This enum is defined in CTFont.h. To avoid redefinition, only define it here if CTFont.h has not been included. 
 #ifndef __CTFONT__
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to