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

This commit is contained in:
Marshall Greenblatt
2017-06-15 08:27:56 -07:00
parent 967f7e9c76
commit 1ebbf3c4da
10 changed files with 503 additions and 285 deletions

View File

@@ -324,4 +324,9 @@ patches = [
'name': 'swiftshader_729532',
'path': 'third_party/swiftshader/',
},
{
# Linux: Attach routing IDs to PrintingContext.
# https://bitbucket.org/chromiumembedded/cef/issues/2196
'name': 'printing_context_2196',
},
]