Chromium Code Reviews| Index: pdf/pdf_engine.h |
| diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h |
| index b81494f02fa8c287ce169871e7844422d0f0cd8a..e1228a85a10e50919d3b655f9af181da702a00df 100644 |
| --- a/pdf/pdf_engine.h |
| +++ b/pdf/pdf_engine.h |
| @@ -27,6 +27,7 @@ |
| namespace pp { |
| class InputEvent; |
| +class VarDictionary; |
| } |
| const uint32 kBackgroundColor = 0xFFCCCCCC; |
| @@ -260,6 +261,7 @@ class PDFEngine { |
| virtual void SetScrollPosition(const pp::Point& position) = 0; |
| virtual bool IsProgressiveLoad() = 0; |
| + virtual pp::VarDictionary GetNamedDestinations() = 0; |
| }; |
| // Interface for exports that wrap the PDF engine. |