| Index: pdf/pdfium/pdfium_range.h
|
| diff --git a/pdf/pdfium/pdfium_range.h b/pdf/pdfium/pdfium_range.h
|
| index a0f9ea13db8bfeea92cbb4534b8e9738fccf490e..6465848f4d3bdafd72e855f70e6c774fd7bf7cd4 100644
|
| --- a/pdf/pdfium/pdfium_range.h
|
| +++ b/pdf/pdfium/pdfium_range.h
|
| @@ -18,6 +18,7 @@ namespace chrome_pdf {
|
| class PDFiumRange {
|
| public:
|
| PDFiumRange(PDFiumPage* page, int char_index, int char_count);
|
| + PDFiumRange(const PDFiumRange& that);
|
| ~PDFiumRange();
|
|
|
| // Update how many characters are in the selection. Could be negative if
|
|
|