mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
alloy: Generate tagged PDFs when using PrintToPDF
This matches the current behavior in Chrome.
This commit is contained in:
committed by
Marshall Greenblatt
parent
30a321b1ce
commit
ecc89d7d93
@@ -48,6 +48,10 @@ bool CefPrintRenderFrameHelperDelegate::IsPrintPreviewEnabled() {
|
||||
return !is_windowless_ && PrintPreviewEnabled();
|
||||
}
|
||||
|
||||
bool CefPrintRenderFrameHelperDelegate::ShouldGenerateTaggedPDF() {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CefPrintRenderFrameHelperDelegate::OverridePrint(
|
||||
blink::WebLocalFrame* frame) {
|
||||
auto* post_message_support =
|
||||
|
Reference in New Issue
Block a user