electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
486 stars 183 forks source link

Backport "Enforce flush ordering between contexts in GPU process on macOS." #623

Closed jlfwong closed 6 years ago

jlfwong commented 6 years ago

This is a backport of https://chromium-review.googlesource.com/c/chromium/src/+/687832 targeting the 2-0-x branch of Electron.

This is a crucial patch for Figma, since without it mac users will see flickering when their GPU is under heavy load.

@poiru

poiru commented 6 years ago

@jlfwong Thanks! Seems like the patch failed to apply so I opened a fixed PR in #624 instead to get the builds going sooner.