| Index: pdf/pdfium/pdfium_engine.h
|
| diff --git a/pdf/pdfium/pdfium_engine.h b/pdf/pdfium/pdfium_engine.h
|
| index d7b48355666c4fddb257b85e22d19065e89b5ff9..be52763cb3fdb0ca86c9360db6bb5425c49facba 100644
|
| --- a/pdf/pdfium/pdfium_engine.h
|
| +++ b/pdf/pdfium/pdfium_engine.h
|
| @@ -423,6 +423,9 @@ class PDFiumEngine : public PDFEngine,
|
| // Common code shared by RotateClockwise() and RotateCounterclockwise().
|
| void RotateInternal();
|
|
|
| + // Setting selection status of document.
|
| + void SetSelecting(bool selecting);
|
| +
|
| // FPDF_FORMFILLINFO callbacks.
|
| static void Form_Invalidate(FPDF_FORMFILLINFO* param,
|
| FPDF_PAGE page,
|
|
|