Skip to content

Commit 708763d

Browse files
committed
Unreviewed attempt to fix Windows Cairo build after r239100.
* platform/graphics/win/FontCustomPlatformDataCairo.cpp: (WebCore::FontCustomPlatformData::fontPlatformData): Canonical link: https://commits.webkit.org/207202@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239116 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 1b338a0 commit 708763d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Source/WebCore/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2018-12-12 Chris Dumez <[email protected]>
2+
3+
Unreviewed attempt to fix Windows Cairo build after r239100.
4+
5+
* platform/graphics/win/FontCustomPlatformDataCairo.cpp:
6+
(WebCore::FontCustomPlatformData::fontPlatformData):
7+
18
2018-12-12 Wenson Hsieh <[email protected]>
29

310
[iOS] A few API tests are failing after r239086

Source/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FontCustomPlatformData::~FontCustomPlatformData()
4040
RemoveFontMemResourceEx(m_fontReference);
4141
}
4242

43-
FontPlatformData FontCustomPlatformData::fontPlatformData(const FontDescription& fontDescription, bool bold, bool italic)
43+
FontPlatformData FontCustomPlatformData::fontPlatformData(const FontDescription& fontDescription, bool bold, bool italic, const FontFeatureSettings&, const FontVariantSettings&, FontSelectionSpecifiedCapabilities)
4444
{
4545
int size = fontDescription.computedPixelSize();
4646
FontRenderingMode renderingMode = fontDescription.renderingMode();

0 commit comments

Comments
 (0)