Changeset 267077 in webkit


Ignore:
Timestamp:
Sep 14, 2020 10:57:40 PM (4 years ago)
Author:
Fujii Hironori
Message:

[WinCairo] Unreviewed debug build fix after r267073
https://bugs.webkit.org/show_bug.cgi?id=216448

  • platform/graphics/win/FontPlatformDataCairoWin.cpp:

(WebCore::FontPlatformData::description const): Added.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r267076 r267077  
     12020-09-14  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        [WinCairo] Unreviewed debug build fix after r267073
     4        https://bugs.webkit.org/show_bug.cgi?id=216448
     5
     6        * platform/graphics/win/FontPlatformDataCairoWin.cpp:
     7        (WebCore::FontPlatformData::description const): Added.
     8
    192020-09-14  Zalan Bujtas  <zalan@apple.com>
    210
  • trunk/Source/WebCore/platform/graphics/win/FontPlatformDataCairoWin.cpp

    r267073 r267077  
    102102}
    103103
     104#if !LOG_DISABLED
     105String FontPlatformData::description() const
     106{
     107    return String();
    104108}
     109#endif
     110
     111}
Note: See TracChangeset for help on using the changeset viewer.