Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 272164e4706271e906e2c3df0b5f097298651435
https://github.com/WebKit/WebKit/commit/272164e4706271e906e2c3df0b5f097298651435
Author: Carlos Garcia Campos <[email protected]>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M Source/WebCore/platform/graphics/skia/FontSkia.cpp
M Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
M Source/WebCore/platform/graphics/skia/PathSkia.cpp
M Source/WebCore/platform/graphics/skia/PathSkia.h
Log Message:
-----------
[Skia] Use SkPathBuilder API
https://bugs.webkit.org/show_bug.cgi?id=305107
Reviewed by Nikolas Zimmermann.
SkPath is now immutable in current Skia main, the API to edit a path has
been removed, so we need to use SkPathBuilder for that in preparation
for the next Skia update.
Co-Authored-By: Adrian Perez de Castro <[email protected]>
Canonical link: https://commits.webkit.org/305348@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications