electron / libchromiumcontent

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

fix: Update sandbox rules that target 10.13 exactly to target 10.13 and higher (backport: 3-1-x) #747

Closed miniak closed 5 years ago

miniak commented 5 years ago
Description of Change

Backport https://chromium-review.googlesource.com/c/chromium/src/+/1200184/ Fixes HW video decoding not working when GPU process is sandboxed on macOS 10.14. Follow up to https://github.com/electron/libchromiumcontent/pull/558

Checklist
miniak commented 5 years ago

cc @nornagon

nornagon commented 5 years ago

What's the symptom that this addresses?

miniak commented 5 years ago

@nornagon it fixes HW video decoding not working when GPU process is sandboxed on macOS 10.14. Added link to the original PR to the description