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