Linux: Pass CefBrowser to CefPrintHandler callbacks (issue #2196)

This commit is contained in:
Marshall Greenblatt
2017-06-15 08:27:56 -07:00
parent 5918d426b3
commit dce5d5c28f
10 changed files with 503 additions and 285 deletions

View File

@@ -303,4 +303,9 @@ patches = [
# https://bugs.chromium.org/p/chromium/issues/detail?id=721461
'name': 'network_change_721461',
},
{
# Linux: Attach routing IDs to PrintingContext.
# https://bitbucket.org/chromiumembedded/cef/issues/2196
'name': 'printing_context_2196',
},
]