Windows/macOS: Fix incorrect clear of buffer during software rendering (issue #2197)

This commit is contained in:
Marshall Greenblatt
2017-06-23 18:37:49 -04:00
parent cb0dfccddc
commit 8e69e3dcea
2 changed files with 27 additions and 0 deletions

View File

@@ -308,4 +308,9 @@ patches = [
# https://bitbucket.org/chromiumembedded/cef/issues/2196
'name': 'printing_context_2196',
},
{
# Windows/macOS: Fix incorrect clear of buffer during software rendering.
# https://bugs.chromium.org/p/chromium/issues/detail?id=729363
'name': 'software_renderer_729363',
},
]