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

Unified Diff: pdf/pdf_engine.h

Issue 2267913003: Fixup building with PDFium XFA enabled. (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.h » ('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 673a27c420ce0c2cb58c245d80c4fe87a62ea646..a8deb1d80c95e0aaf90f997463c411bd8e431940 100644
--- a/pdf/pdf_engine.h
+++ b/pdf/pdf_engine.h
@@ -282,7 +282,7 @@ class PDFEngine {
// document at page |index|.
virtual void AppendPage(PDFEngine* engine, int index) = 0;
-#if defined(PDF_USE_XFA)
+#if defined(PDF_ENABLE_XFA)
// Allow client to set scroll positions in document coordinates. Note that
// this is meant for cases where the device scale factor changes, and not for
// general scrolling - the engine will not repaint due to this.
« no previous file with comments | « no previous file | pdf/pdfium/pdfium_engine.h » ('j') | pdf/pdfium/pdfium_engine.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698