This is a backport PR for branch 40-x-y
deepak1556

#49609: fix: handle out of order recording errors in skia graphite

Merged
Created: Jan 31, 2026, 4:26:00 AM
Merged: Feb 2, 2026, 12:33:05 AM
2 comments
Target: 40-x-y

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
deepak1556
Original PR Status
Merged
Original PR Merged At
Feb 2, 2026, 7:20:20 AM
Original PR Link
GitHubView on GitHub

Semver 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