Fix background color assignment for popups (fixes issue #2482)

This commit is contained in:
Marshall Greenblatt
2020-04-23 13:47:10 -04:00
parent ccf7b28723
commit 3adb801ca8
4 changed files with 7 additions and 23 deletions

View File

@@ -487,10 +487,5 @@ patches = [
# Fix ScreenlockMonitorDeviceSource window creation error.
# https://bugs.chromium.org/p/chromium/issues/detail?id=1058556
'name': 'win_screenlock_1058556',
},
{
# Fix unbound AssociatedRemote error in SetBackgroundOpaque.
# https://bugs.chromium.org/p/chromium/issues/detail?id=1070713
'name': 'renderer_host_1070713',
}
]