[webkit-changes] [WebKit/WebKit] 5da705: Missing include in FontCascadeDescription.cpp caus...

Antoine Quint noreply at github.com
Sun Nov 27 12:17:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5da705d3b3dcb7fd9c8b1d786f49b7ac56cba441
      https://github.com/WebKit/WebKit/commit/5da705d3b3dcb7fd9c8b1d786f49b7ac56cba441
  Author: Antoine Quint <graouts at webkit.org>
  Date:   2022-11-27 (Sun, 27 Nov 2022)

  Changed paths:
    M Source/WebCore/platform/graphics/FontCascadeDescription.cpp

  Log Message:
  -----------
  Missing include in FontCascadeDescription.cpp causes a build error
https://bugs.webkit.org/show_bug.cgi?id=248376

Reviewed by Wenson Hsieh.

There is a call to FontCascade::shouldDisableFontSubpixelAntialiasingForTesting() in
FontCascadeDescription.cpp in a `#if USE(CORE_TEXT)` block but not include for `FontCascade.h`.

* Source/WebCore/platform/graphics/FontCascadeDescription.cpp:

Canonical link: https://commits.webkit.org/257049@main




More information about the webkit-changes mailing list