Index: pdf/pdf_engine.h |
diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h |
index 5bba8b9f86061216229b6d582e3f8722ed840e9d..f53b85386c580f5d6a74ccaf3b7147a4ee95c752 100644 |
--- a/pdf/pdf_engine.h |
+++ b/pdf/pdf_engine.h |
@@ -295,6 +295,8 @@ class PDFEngine { |
virtual bool IsProgressiveLoad() = 0; |
virtual std::string GetMetadata(const std::string& key) = 0; |
+ |
+ virtual std::vector<pp::Rect> GetLinkRects() = 0; |
Lei Zhang
2016/07/08 18:02:36
Add a comment to explain what this does.
jaepark
2016/07/08 20:58:16
Done.
|
}; |
// Interface for exports that wrap the PDF engine. |