Make PrintToPDF path parameter optional (fixes #3879)

This commit is contained in:
David Cernoch
2025-03-18 15:44:00 +00:00
committed by Marshall Greenblatt
parent 8db54e92c2
commit f72afb713a

View File

@@ -249,7 +249,7 @@ class CefPdfPrintCallback : public virtual CefBaseRefCounted {
/// is the output path. |ok| will be true if the printing completed
/// successfully or false otherwise.
///
/*--cef()--*/
/*--cef(optional_param=path)--*/
virtual void OnPdfPrintFinished(const CefString& path, bool ok) = 0;
};