chrome: osr: Fix performance manager init (see #3681)

This commit is contained in:
Marshall Greenblatt
2024-04-27 14:25:51 -04:00
parent c0e7854782
commit fe5b0dd668
6 changed files with 19 additions and 29 deletions

View File

@@ -303,12 +303,6 @@ patches = [
# https://github.com/chromiumembedded/cef/issues/2830
'name': 'chrome_browser_net_proxy',
},
{
# chrome: Fix assertion in FrameNodeImpl::SetIntersectsViewport when loading
# PDF viewer with Chrome runtime + Alloy style + windowless rendering.
# https://github.com/chromiumembedded/cef/issues/3681
'name': 'chrome_browser_osr',
},
{
# Support override of CreatePermissionPrompt.
# https://github.com/chromiumembedded/cef/issues/3352