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

Unified Diff: pdf/pdf_engine.h

Issue 2252963007: PDF rotation should maintain current page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | pdf/pdfium/pdfium_engine.h » ('j') | pdf/pdfium/pdfium_engine.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdf_engine.h
diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h
index 3508f20622738808a55f8e7899489eb2a51d0693..a23a3c4184b7515cbe30bc1a02b91020fd3a35b0 100644
--- a/pdf/pdf_engine.h
+++ b/pdf/pdf_engine.h
@@ -71,7 +71,7 @@ class PDFEngine {
virtual void ScrollToX(int position) = 0;
virtual void ScrollToY(int position) = 0;
- // Scroll to the specified page.
+ // Scroll to zero-based |page|.
virtual void ScrollToPage(int page) = 0;
// Navigate to the given url.
« no previous file with comments | « no previous file | pdf/pdfium/pdfium_engine.h » ('j') | pdf/pdfium/pdfium_engine.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698