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

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: Open hyperlinks in PDF in a new tab when middle mouse clicking. 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..418ef9cb2a5dddc4c802b44da1a90a4bf6733a52 100644
--- a/pdf/pdfium/pdfium_engine.h
+++ b/pdf/pdfium/pdfium_engine.h
@@ -108,6 +108,7 @@ class PDFiumEngine : public PDFEngine,
void SetScrollPosition(const pp::Point& position) override;
bool IsProgressiveLoad() override;
std::string GetMetadata(const std::string& key) override;
+ std::vector<pp::Rect> GetLinkRects() override;
// DocumentLoader::Client implementation.
pp::Instance* GetPluginInstance() override;

Powered by Google App Engine
This is Rietveld 408576698