Chromium Code Reviews| Index: pdf/pdf_engine.h |
| diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h |
| index b81494f02fa8c287ce169871e7844422d0f0cd8a..f047f9c1465c635ae205495947d6cc93920c1633 100644 |
| --- a/pdf/pdf_engine.h |
| +++ b/pdf/pdf_engine.h |
| @@ -260,6 +260,9 @@ class PDFEngine { |
| virtual void SetScrollPosition(const pp::Point& position) = 0; |
| virtual bool IsProgressiveLoad() = 0; |
| + |
| + virtual unsigned long GetNameDestCount() = 0; |
| + virtual void GetNameDests(std::vector<std::string>* name_dest) = 0; |
| }; |
| // Interface for exports that wrap the PDF engine. |