Changeset 239116 in webkit


Ignore:
Timestamp:
Dec 12, 2018 10:48:55 AM (5 years ago)
Author:
Chris Dumez
Message:

Unreviewed attempt to fix Windows Cairo build after r239100.

  • platform/graphics/win/FontCustomPlatformDataCairo.cpp:

(WebCore::FontCustomPlatformData::fontPlatformData):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r239107 r239116  
     12018-12-12  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed attempt to fix Windows Cairo build after r239100.
     4
     5        * platform/graphics/win/FontCustomPlatformDataCairo.cpp:
     6        (WebCore::FontCustomPlatformData::fontPlatformData):
     7
    182018-12-12  Wenson Hsieh  <wenson_hsieh@apple.com>
    29
  • trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.cpp

    r231259 r239116  
    4141}
    4242
    43 FontPlatformData FontCustomPlatformData::fontPlatformData(const FontDescription& fontDescription, bool bold, bool italic)
     43FontPlatformData FontCustomPlatformData::fontPlatformData(const FontDescription& fontDescription, bool bold, bool italic, const FontFeatureSettings&, const FontVariantSettings&, FontSelectionSpecifiedCapabilities)
    4444{
    4545    int size = fontDescription.computedPixelSize();
Note: See TracChangeset for help on using the changeset viewer.