Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1463)

Unified Diff: pdf/pdfium/pdfium_engine.h

Issue 2127383002: Open hyperlinks in PDF in a new tab when middle mouse clicking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pdf/pdfium/pdfium_engine.h
diff --git a/pdf/pdfium/pdfium_engine.h b/pdf/pdfium/pdfium_engine.h
index e6392b4a482d433e56dbab35b45a9b770f5c6f8e..8dbd79e5abf026a0e52d4da488a475d32cbef427 100644
--- a/pdf/pdfium/pdfium_engine.h
+++ b/pdf/pdfium/pdfium_engine.h
@@ -119,6 +119,8 @@ class PDFiumEngine : public PDFEngine,
void UnsupportedFeature(int type);
+ std::vector<pp::Rect> GetLinkRects();
Lei Zhang 2016/07/08 18:02:36 Put this after GetMetadata() and add the override
jaepark 2016/07/08 20:58:16 Done.
+
std::string current_find_text() const { return current_find_text_; }
FPDF_DOCUMENT doc() { return doc_; }

Powered by Google App Engine
This is Rietveld 408576698