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

Unified Diff: pdf/out_of_process_instance.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/out_of_process_instance.h
diff --git a/pdf/out_of_process_instance.h b/pdf/out_of_process_instance.h
index 8a841bf251eadb8540ad6a473b4bc3c29a8b4cfa..6ed4c61e815d3410ff56875ffc073d539d5212d7 100644
--- a/pdf/out_of_process_instance.h
+++ b/pdf/out_of_process_instance.h
@@ -32,6 +32,7 @@
namespace pp {
class TextInput_Dev;
+class VarDictionary;
}
namespace chrome_pdf {
@@ -191,6 +192,7 @@ class OutOfProcessInstance : public pp::Instance,
LOAD_STATE_FAILED,
};
+ void GetNamedDestinations(pp::VarDictionary& named_destinations);
// Set new zoom scale.
void SetZoom(double scale);

Powered by Google App Engine
This is Rietveld 408576698