| Index: pdf/pdfium/pdfium_engine.cc
|
| diff --git a/pdf/pdfium/pdfium_engine.cc b/pdf/pdfium/pdfium_engine.cc
|
| index a851901b3f25084f47c5bc75f67a684777b6b085..670eaca9dcacc29a3bdcf5ac8c0f3ae6cf584913 100644
|
| --- a/pdf/pdfium/pdfium_engine.cc
|
| +++ b/pdf/pdfium/pdfium_engine.cc
|
| @@ -1441,7 +1441,7 @@ FPDF_DOCUMENT PDFiumEngine::CreateSinglePageRasterPdf(
|
|
|
| // Add the bitmap to an image object and add the image object to the output
|
| // page.
|
| - FPDF_PAGEOBJECT temp_img = FPDFPageObj_NewImgeObj(temp_doc);
|
| + FPDF_PAGEOBJECT temp_img = FPDFPageObj_NewImageObj(temp_doc);
|
|
|
| std::vector<uint8_t> compressed_bitmap_data;
|
| // Use quality = 40 as this does not significantly degrade the printed
|
|
|