mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
alloy: Fix printing of PDF viewer (see issue #3047)
Match the logic for printing::StartPrint() used by Chrome.
This commit is contained in:
@@ -333,6 +333,11 @@ patches = [
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/2196
|
||||
'name': 'printing_context_2196',
|
||||
},
|
||||
{
|
||||
# Expose the printing::GetRenderFrameHostToUse() method.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/3057
|
||||
'name': 'printing_pdf_3047',
|
||||
},
|
||||
{
|
||||
# Windows: Remove llvmlibthin as the combine_libs.py can't handle those.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/2470
|
||||
|
Reference in New Issue
Block a user