diff options
author | Lei Zhang <thestig@chromium.org> | 2018-08-29 18:14:58 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-29 18:14:58 +0000 |
commit | ee68cd18a22e120d5f341199be7e82bfda888da8 (patch) | |
tree | 23fdccdff03e1b705620775b96fcedb67a30e8a6 /xfa/fxfa | |
parent | 5b346563297d1a2cb19a3a101a4b5d50c4aee23c (diff) | |
download | pdfium-ee68cd18a22e120d5f341199be7e82bfda888da8.tar.xz |
Move XFA_RESOLVENODE_TagName to xfa_resolvenode_rs.h.
Change-Id: I600013bcbf44661fd132ce786bcd08980a7ecd4e
Reviewed-on: https://pdfium-review.googlesource.com/41572
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa/fxfa')
-rw-r--r-- | xfa/fxfa/parser/xfa_resolvenode_rs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/xfa_resolvenode_rs.h b/xfa/fxfa/parser/xfa_resolvenode_rs.h index 7039c61ee9..5991e0a9e1 100644 --- a/xfa/fxfa/parser/xfa_resolvenode_rs.h +++ b/xfa/fxfa/parser/xfa_resolvenode_rs.h @@ -14,6 +14,7 @@ #include "xfa/fxfa/parser/cxfa_object.h" #define XFA_RESOLVENODE_Children 0x0001 +#define XFA_RESOLVENODE_TagName 0x0002 #define XFA_RESOLVENODE_Attributes 0x0004 #define XFA_RESOLVENODE_Properties 0x0008 #define XFA_RESOLVENODE_Siblings 0x0020 |