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

Unified Diff: public/fpdf_ppo.h

Issue 1465723002: Make XFA public more closely match master. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: spacing Created 5 years, 1 month 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 | « public/fpdf_flatten.h ('k') | public/fpdf_progressive.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/fpdf_ppo.h
diff --git a/public/fpdf_ppo.h b/public/fpdf_ppo.h
index 9645545bfa84690bc5d0a5ac8e983e8f2e27b29d..e7d77678f95e9bdf910caa7e06cdbfd40d3ff52e 100644
--- a/public/fpdf_ppo.h
+++ b/public/fpdf_ppo.h
@@ -24,10 +24,6 @@ extern "C" {
// index - The page index wanted to insert from.
// Return value:
// TRUE for succeed, FALSE for Failed.
-// Notes:
-// The method not support this feature for the document consists of
-// dynamic XFA fields.
-//
DLLEXPORT FPDF_BOOL STDCALL FPDF_ImportPages(FPDF_DOCUMENT dest_doc,
FPDF_DOCUMENT src_doc,
FPDF_BYTESTRING pagerange,
« no previous file with comments | « public/fpdf_flatten.h ('k') | public/fpdf_progressive.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698