macOS: Fix undesirable switch to discrete GPU during startup (issue #2398)

This commit is contained in:
Marshall Greenblatt
2018-03-16 14:08:08 -04:00
parent a42963aa05
commit aabe4c4cfc
2 changed files with 23 additions and 0 deletions

View File

@@ -353,4 +353,9 @@ patches = [
# https://bugs.chromium.org/p/chromium/issues/detail?id=781966
'name': 'webkit_pointer_event_781966',
},
{
# macOS: Fix undesirable switch to discrete GPU during startup.
# https://bitbucket.org/chromiumembedded/cef/issues/2398
'name': 'mac_gpu_2398',
},
]