| Index: pdf/pdf.cc
|
| diff --git a/pdf/pdf.cc b/pdf/pdf.cc
|
| index 03f6d72544dd688b2148e35df9f4fdac20418de0..8d3a2d5b3dd58e3f2a0073aba0181349a1331b1d 100644
|
| --- a/pdf/pdf.cc
|
| +++ b/pdf/pdf.cc
|
| @@ -122,8 +122,8 @@ void SetPDFUseGDIPrinting(bool enable) {
|
| PDFEngineExports::Get()->SetPDFUseGDIPrinting(enable);
|
| }
|
|
|
| -void SetPDFPostscriptPrintingLevel(int postscript_level) {
|
| - PDFEngineExports::Get()->SetPDFPostscriptPrintingLevel(postscript_level);
|
| +void SetPDFUsePrintMode(int mode) {
|
| + PDFEngineExports::Get()->SetPDFUsePrintMode(mode);
|
| }
|
| #endif // defined(OS_WIN)
|
|
|
|
|