This is a backport PR for branch 37-x-y
trop[bot]

#48400: fix: MacOS 26 Tahoe - stop overriding private cornerMask API to fix WindowServer GPU load

Merged
Created: Sep 26, 2025, 2:41:44 PM
Merged: Sep 27, 2025, 12:30:52 PM
1 comments
Target: 37-x-y

Backport of #48376

See that PR for details.

Notes: Fixed excessive WindowServer GPU usage on macOS Tahoe 26.

Backport Information

Original PR Author
avarayr
Original PR Status
Merged
Original PR Merged At
Sep 26, 2025, 2:41:17 PM
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