Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove unnecessary patch (electron#20390)
Patch which this pr removes adds new version of BrowserCompositorMac::GetCompositor. There is this function in BrowserCompositorMac with specifier const. Chromium's function returns parent's compositor if parent is set. Electron's version doesn't and - as a result - constrained dialogs won't be displayed correctly if they don't have its own compositor.
- Loading branch information