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

Unified Diff: pdf/pdf_engine.h

Issue 915853004: Fix for PDFs with lots of named destinations take a long time to load. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/pdf_engine.h
diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h
index 0ef9da031aa1b82c850b520d808f3491e8a33b15..5f196d1b3cc92c5373cdd342707fe4f351027fa9 100644
--- a/pdf/pdf_engine.h
+++ b/pdf/pdf_engine.h
@@ -274,7 +274,6 @@ class PDFEngine {
virtual void SetScrollPosition(const pp::Point& position) = 0;
virtual bool IsProgressiveLoad() = 0;
- virtual pp::VarDictionary GetNamedDestinations() = 0;
};
// Interface for exports that wrap the PDF engine.

Powered by Google App Engine
This is Rietveld 408576698