diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-11-24 15:28:54 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-11-24 15:28:54 -0800 |
commit | 38ad68cdea4fe106293d55ae1b96bab2791f96c7 (patch) | |
tree | 8d2f370304d4c34e5ac46a50fbe87f2d719a71f3 /public | |
parent | e00cef685e1e4799e3ede59bb3bf18fe17ec6f19 (diff) | |
download | pdfium-38ad68cdea4fe106293d55ae1b96bab2791f96c7.tar.xz |
make master samples/ and public/ look more like XFA
BUG=
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1477603002 .
Diffstat (limited to 'public')
-rw-r--r-- | public/fpdf_formfill.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h index baab18ab92..5fc9cbb2e2 100644 --- a/public/fpdf_formfill.h +++ b/public/fpdf_formfill.h @@ -654,6 +654,7 @@ typedef struct _FPDF_FORMFILLINFO { int zoomMode, float* fPosArray, int sizeofArray); + /** * pointer to IPDF_JSPLATFORM interface **/ |