macOS: Fix crash when scrolling in OSR mode (issue #2540)

This commit is contained in:
Marshall Greenblatt
2018-11-06 17:27:26 -05:00
parent bb5fe57984
commit 285dbb1ce6
2 changed files with 20 additions and 0 deletions

View File

@@ -372,6 +372,11 @@ patches = [
# https://bitbucket.org/chromiumembedded/cef/issues/2539
'name': 'mac_event_observer_2539',
},
{
# macOS: Fix crash when scrolling in OSR mode.
# https://bitbucket.org/chromiumembedded/cef/issues/2540
'name': 'mac_fling_scheduler_2540',
},
{
# Support rendering to a hardware GL/D3D texture/surface provided by the client
# https://bitbucket.org/chromiumembedded/cef/issues/1006