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

Unified Diff: public/fpdf_formfill.h

Issue 2519343002: Add APIs for limited use of document tagged code. (Closed)
Patch Set: More nits Created 4 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_doc.h ('k') | public/fpdf_structtree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/fpdf_formfill.h
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h
index ada87d3158beeedac40eef83eda16fb319e4f93c..09b80eaf90b7734e4dcaeb90efe222b2e7dd0922 100644
--- a/public/fpdf_formfill.h
+++ b/public/fpdf_formfill.h
@@ -149,10 +149,8 @@ typedef struct _IPDF_JsPlatform {
* The filePath should be always input in local encoding.
*
* The return value always indicated number of bytes required for the
- * buffer, even when there is
- * no buffer specified, or the buffer size is less then required. In this
- * case, the buffer will not
- * be modified.
+ * buffer , even when there is no buffer specified, or the buffer size is
+ * less than required. In this case, the buffer will not be modified.
*/
int (*Doc_getFilePath)(struct _IPDF_JsPlatform* pThis,
void* filePath,
« no previous file with comments | « public/fpdf_doc.h ('k') | public/fpdf_structtree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698