| Index: pdf/pdfium/pdfium_page.h
|
| diff --git a/pdf/pdfium/pdfium_page.h b/pdf/pdfium/pdfium_page.h
|
| index fa94ed96a081339f0900921f1e6dd97b9df8add8..169b25a370abc1a326090e57a09a49ca385df495 100644
|
| --- a/pdf/pdfium/pdfium_page.h
|
| +++ b/pdf/pdfium/pdfium_page.h
|
| @@ -25,6 +25,7 @@ class PDFiumPage {
|
| int i,
|
| const pp::Rect& r,
|
| bool available);
|
| + PDFiumPage(const PDFiumPage& that);
|
| ~PDFiumPage();
|
|
|
| // Unloads the PDFium data for this page from memory.
|
| @@ -123,6 +124,7 @@ class PDFiumPage {
|
|
|
| struct Link {
|
| Link();
|
| + Link(const Link& that);
|
| ~Link();
|
|
|
| std::string url;
|
|
|