[webkit-changes] [WebKit/WebKit] 2bfc4e: [Skia] No custom fonts is displayed in GPU process...
Fujii Hironori
noreply at github.com
Mon Dec 9 13:03:54 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2bfc4e83930b06aa2d22456f787844be9d8b6d9c
https://github.com/WebKit/WebKit/commit/2bfc4e83930b06aa2d22456f787844be9d8b6d9c
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M Source/WebCore/platform/graphics/skia/FontCustomPlatformDataSkia.cpp
Log Message:
-----------
[Skia] No custom fonts is displayed in GPU process mode
https://bugs.webkit.org/show_bug.cgi?id=284278
Reviewed by Don Olmstead.
FontPlatformData didn't have a FontCustomPlatformData. That's the
reason why the FontCustomPlatformData wasn't transferred to the GPU
process.
FontCustomPlatformData::fontPlatformData should pass this
FontCustomPlatformData pointer to the FontPlatformData constructor.
* Source/WebCore/platform/graphics/skia/FontCustomPlatformDataSkia.cpp:
(WebCore::FontCustomPlatformData::fontPlatformData):
Canonical link: https://commits.webkit.org/287567@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list