This is a backport PR for branch 44-x-y
#54161: fix: persist GPU shaders compiled by Skia between launches (44-x-y)
Merged
Created: Sep 21, 2026, 2:56:46 AM
Merged: Sep 21, 2026, 5:22:45 AM
1 comments
Target: 44-x-y
Backport of #54113
See that PR for details.
Notes: Fixed GPU shaders compiled by Skia not being cached between launches.
Backport Information
Original PR Author
HonaOriginal PR Status
Merged
Original PR Merged At
Sep 21, 2026, 2:40:04 AM
Original PR Link
View on GitHubSemver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron