summaryrefslogtreecommitdiff
path: root/xfa/fxfa/fxfa.h
diff options
context:
space:
mode:
authorRyan Harrison <rharrison@chromium.org>2017-10-21 02:07:02 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-10-21 06:17:49 +0000
commit0e568818249ff83d239b98cbb32dec94358da0c7 (patch)
treebf2c19c415749f405755c7c7dc16b04fbca5ad2c /xfa/fxfa/fxfa.h
parentd78ef3b7c9435f5e066da970da7f28b598b07866 (diff)
downloadpdfium-0e568818249ff83d239b98cbb32dec94358da0c7.tar.xz
Add in count value for form typeschromium/3247
BUG=chromium:775519,chromium:768986 Adding metric form types Change-Id: Ic99a5ac988998986f06cb79d08458afeda49a5d1 Reviewed-on: https://pdfium-review.googlesource.com/16392 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'xfa/fxfa/fxfa.h')
-rw-r--r--xfa/fxfa/fxfa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/fxfa.h b/xfa/fxfa/fxfa.h
index ee74fc14dd..bb6864a6a4 100644
--- a/xfa/fxfa/fxfa.h
+++ b/xfa/fxfa/fxfa.h
@@ -45,7 +45,7 @@ enum class FormType {
kNone = 0,
kAcroForm = 1,
kXFAFull = 2,
- kXFAForeground = 3
+ kXFAForeground = 3,
};
#define XFA_PARSESTATUS_StatusErr -3