Title: [238265] trunk/Source/WebCore/PAL
Revision
238265
Author
[email protected]
Date
2018-11-15 19:09:31 -0800 (Thu, 15 Nov 2018)

Log Message

Additional Windows build fix after r238253.

* pal/spi/cg/CoreGraphicsSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (238264 => 238265)


--- trunk/Source/WebCore/PAL/ChangeLog	2018-11-16 01:55:04 UTC (rev 238264)
+++ trunk/Source/WebCore/PAL/ChangeLog	2018-11-16 03:09:31 UTC (rev 238265)
@@ -1,5 +1,11 @@
 2018-11-15  Brent Fulgham  <[email protected]>
 
+        Additional Windows build fix after r238253.
+
+        * pal/spi/cg/CoreGraphicsSPI.h:
+
+2018-11-15  Brent Fulgham  <[email protected]>
+
         Unreviewed build fix after removing some WKSI calls on Windows.
 
         * pal/spi/cg/CoreGraphicsSPI.h:

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


--- trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h	2018-11-16 01:55:04 UTC (rev 238264)
+++ trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h	2018-11-16 03:09:31 UTC (rev 238265)
@@ -291,6 +291,7 @@
 CGFontCache* CGFontCacheGetLocalCache();
 void CGFontCacheSetShouldAutoExpire(CGFontCache*, bool);
 void CGFontCacheSetMaxSize(CGFontCache*, size_t);
+void CGContextSetFontSmoothingContrast(CGContextRef, CGFloat);
 void CGContextSetFontSmoothingStyle(CGContextRef, uint32_t);
 uint32_t CGContextGetFontSmoothingStyle(CGContextRef);
 void CGContextSetShouldUsePlatformNativeGlyphs(CGContextRef, bool);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to