Index: pdf/pdf_engine.h |
diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h |
index 5bba8b9f86061216229b6d582e3f8722ed840e9d..cba8c40e87fd3002c312cb7c124336c044eee5de 100644 |
--- a/pdf/pdf_engine.h |
+++ b/pdf/pdf_engine.h |
@@ -80,7 +80,7 @@ class PDFEngine { |
virtual void ScrollToPage(int page) = 0; |
// Navigate to the given url. |
- virtual void NavigateTo(const std::string& url, bool open_in_new_tab) = 0; |
+ virtual void NavigateTo(const std::string& url, int option) = 0; |
Lei Zhang
2016/07/21 05:34:28
Can |option| be of type NavigateOption?
jaepark
2016/07/21 22:34:33
Done.
|
// Updates the cursor. |
virtual void UpdateCursor(PP_CursorType_Dev cursor) = 0; |