Move printToPDF API to WebContents.
Also expose in webview.
This commit is contained in:
parent
2597ded985
commit
c0a6cb69bf
6 changed files with 22 additions and 23 deletions
|
@ -158,10 +158,6 @@ class NativeWindow : public CommonWebContentsDelegate,
|
|||
// Print current page.
|
||||
virtual void Print(bool silent, bool print_background);
|
||||
|
||||
// Print current page as PDF.
|
||||
virtual void PrintToPDF(const mate::Dictionary& options,
|
||||
const PrintToPDFCallback& callback);
|
||||
|
||||
// Show popup dictionary.
|
||||
virtual void ShowDefinitionForSelection();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue