Title: [239116] trunk/Source/WebCore
- Revision
- 239116
- Author
- [email protected]
- Date
- 2018-12-12 10:48:55 -0800 (Wed, 12 Dec 2018)
Log Message
Unreviewed attempt to fix Windows Cairo build after r239100.
* platform/graphics/win/FontCustomPlatformDataCairo.cpp:
(WebCore::FontCustomPlatformData::fontPlatformData):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (239115 => 239116)
--- trunk/Source/WebCore/ChangeLog 2018-12-12 18:44:27 UTC (rev 239115)
+++ trunk/Source/WebCore/ChangeLog 2018-12-12 18:48:55 UTC (rev 239116)
@@ -1,3 +1,10 @@
+2018-12-12 Chris Dumez <[email protected]>
+
+ Unreviewed attempt to fix Windows Cairo build after r239100.
+
+ * platform/graphics/win/FontCustomPlatformDataCairo.cpp:
+ (WebCore::FontCustomPlatformData::fontPlatformData):
+
2018-12-12 Wenson Hsieh <[email protected]>
[iOS] A few API tests are failing after r239086
Modified: trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.cpp (239115 => 239116)
--- trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.cpp 2018-12-12 18:44:27 UTC (rev 239115)
+++ trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.cpp 2018-12-12 18:48:55 UTC (rev 239116)
@@ -40,7 +40,7 @@
RemoveFontMemResourceEx(m_fontReference);
}
-FontPlatformData FontCustomPlatformData::fontPlatformData(const FontDescription& fontDescription, bool bold, bool italic)
+FontPlatformData FontCustomPlatformData::fontPlatformData(const FontDescription& fontDescription, bool bold, bool italic, const FontFeatureSettings&, const FontVariantSettings&, FontSelectionSpecifiedCapabilities)
{
int size = fontDescription.computedPixelSize();
FontRenderingMode renderingMode = fontDescription.renderingMode();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes