mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Use new PrintViewManagerBase::PrintToPdf method (fixes issue #3377)
This commit is contained in:
@@ -52,9 +52,6 @@ class CefPrintDialogLinux : public printing::PrintDialogLinuxInterface,
|
||||
CefPrintDialogLinux(const CefPrintDialogLinux&) = delete;
|
||||
CefPrintDialogLinux& operator=(const CefPrintDialogLinux&) = delete;
|
||||
|
||||
// Notify the client when printing has started.
|
||||
static void OnPrintStart(CefRefPtr<CefBrowserHostBase> browser);
|
||||
|
||||
// PrintDialogLinuxInterface implementation.
|
||||
void UseDefaultSettings() override;
|
||||
void UpdateSettings(
|
||||
|
Reference in New Issue
Block a user