This is a backport PR for branch 40-x-y
#49609: fix: handle out of order recording errors in skia graphite
Merged
Description of Change
Backport of #49608
Additionally brings in skia CL https://skia-review.googlesource.com/c/skia/+/1143598 missing in this branch
See that PR for details.
Release Notes
Notes: Fixed rendering glitches on macOS.
Backport Information
Original PR Author
deepak1556Original PR Status
Merged
Original PR Merged At
Feb 2, 2026, 7:20:20 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