Skip to content

Commit

Permalink
fix: remove unnecessary patch (#20390)
Browse files Browse the repository at this point in the history
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
CezaryKulakowski authored and codebytere committed Oct 2, 2019
1 parent bf978e0 commit 712d77d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
1 change: 0 additions & 1 deletion patches/chromium/.patches
Expand Up @@ -5,7 +5,6 @@ accelerator.patch
blink_file_path.patch
blink_local_frame.patch
blink_world_context.patch
browser_compositor_mac.patch
can_create_window.patch
disable_hidden.patch
dom_storage_limits.patch
Expand Down
44 changes: 0 additions & 44 deletions patches/chromium/browser_compositor_mac.patch

This file was deleted.

0 comments on commit 712d77d

Please sign in to comment.