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

Unified Diff: pdf/pdfium/pdfium_engine.h

Issue 830433002: Navigation to relative fragments does not work correctly for OOP pdf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes after taking all nameddest at load time. Created 5 years, 11 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 960c5f2f7f3ae80c7badeccdd3ff729e3f071271..6bf5cb7e2630c4dee5d654a0fe20cbc952a300c0 100644
--- a/pdf/pdfium/pdfium_engine.h
+++ b/pdf/pdfium/pdfium_engine.h
@@ -104,6 +104,9 @@ class PDFiumEngine : public PDFEngine,
virtual void OnNewDataAvailable();
virtual void OnDocumentComplete();
+ virtual unsigned long GetNameDestCount();
+ virtual void GetNameDests(std::vector<std::string>* name_dest);
+
void UnsupportedFeature(int type);
std::string current_find_text() const { return current_find_text_; }
« pdf/pdf_engine.h ('K') | « pdf/pdf_engine.h ('k') | pdf/pdfium/pdfium_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698