Index: pdf/pdf_engine.h |
diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h |
index a9f828e53c36ef158476a3460949b304fe4122c0..884daab24aa0fc0c05ca4bb5522be15dff33c432 100644 |
--- a/pdf/pdf_engine.h |
+++ b/pdf/pdf_engine.h |
@@ -28,6 +28,7 @@ |
namespace pp { |
class InputEvent; |
+class VarDictionary; |
} |
const uint32 kBackgroundColor = 0xFFCCCCCC; |
@@ -269,6 +270,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. |