Chromium Code Reviews| Index: pdf/pdf_engine.h |
| diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h |
| index 5bba8b9f86061216229b6d582e3f8722ed840e9d..e751432fd560fff4fa5e3f24b65f6fd1509f4794 100644 |
| --- a/pdf/pdf_engine.h |
| +++ b/pdf/pdf_engine.h |
| @@ -295,6 +295,9 @@ class PDFEngine { |
| virtual bool IsProgressiveLoad() = 0; |
| virtual std::string GetMetadata(const std::string& key) = 0; |
| + |
| + // Get a list of rects of links in the most visible page. |
| + virtual std::vector<pp::Rect> GetLinkRects() = 0; |
| }; |
| // Interface for exports that wrap the PDF engine. |