Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5da705d3b3dcb7fd9c8b1d786f49b7ac56cba441
https://github.com/WebKit/WebKit/commit/5da705d3b3dcb7fd9c8b1d786f49b7ac56cba441
Author: Antoine Quint <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes