diff options
-rw-r--r-- | pdfium.gni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gni b/pdfium.gni index ec71db9e2b..7f08c71086 100644 --- a/pdfium.gni +++ b/pdfium.gni @@ -13,7 +13,7 @@ declare_args() { pdf_enable_v8 = true # Build PDFium either with or without XFA Forms support. - pdf_enable_xfa = false + pdf_enable_xfa = true # Build PDFium against skia (experimental) rather than agg. pdf_use_skia = false |