Add printToPDF API skeleton.
This commit is contained in:
parent
bd704dd8aa
commit
b360f7d86a
4 changed files with 12 additions and 0 deletions
|
@ -157,6 +157,9 @@ class NativeWindow : public CommonWebContentsDelegate,
|
|||
// Print current page.
|
||||
virtual void Print(bool silent, bool print_background);
|
||||
|
||||
// Print current page as PDF.
|
||||
virtual void PrintToPDF();
|
||||
|
||||
// Show popup dictionary.
|
||||
virtual void ShowDefinitionForSelection();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue