Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9e6961ec24f7fde8fc495215e98e123f03337cd1
https://github.com/WebKit/WebKit/commit/9e6961ec24f7fde8fc495215e98e123f03337cd1
Author: Carlos Garcia Campos <[email protected]>
Date: 2025-10-31 (Fri, 31 Oct 2025)
Changed paths:
M Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
Log Message:
-----------
[Skia] Set the SkPath used for drawing canvas as volatile
https://bugs.webkit.org/show_bug.cgi?id=301694
Reviewed by Adrian Perez de Castro.
This is beneficial because we always construct new path objects when
painting with the Canvas API, and because they will not be reused,
telling Skia to make them volatile disables internal caching which has
an overhead that won't be amortized when the SkPath is used only once.
Canonical link: https://commits.webkit.org/302375@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications