mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Make PrintToPDF path
parameter optional (fixes #3879)
This commit is contained in:
committed by
Marshall Greenblatt
parent
8db54e92c2
commit
f72afb713a
@@ -249,7 +249,7 @@ class CefPdfPrintCallback : public virtual CefBaseRefCounted {
|
|||||||
/// is the output path. |ok| will be true if the printing completed
|
/// is the output path. |ok| will be true if the printing completed
|
||||||
/// successfully or false otherwise.
|
/// successfully or false otherwise.
|
||||||
///
|
///
|
||||||
/*--cef()--*/
|
/*--cef(optional_param=path)--*/
|
||||||
virtual void OnPdfPrintFinished(const CefString& path, bool ok) = 0;
|
virtual void OnPdfPrintFinished(const CefString& path, bool ok) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user