diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-11-07 20:06:01 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-07 20:06:01 +0000 |
commit | b415ffb47de6e58603db2a01027aa879c0126b24 (patch) | |
tree | 48117c166ada6f156d501de7da71d191fdce271a /BUILD.gn | |
parent | c0c3b8cb21296f182da3be97acf175346bc06004 (diff) | |
download | pdfium-b415ffb47de6e58603db2a01027aa879c0126b24.tar.xz |
Rename CXFA_Edge to CXFA_EdgeData
This CL renames CXFA_Edge to CXFA_EdgeData to make it clear it's part of
the data hierarchy.
Change-Id: Id67526cafe1927803c36159b106656c32e770d6b
Reviewed-on: https://pdfium-review.googlesource.com/17979
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1818,7 +1818,7 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_document.h", "xfa/fxfa/parser/cxfa_document_parser.cpp", "xfa/fxfa/parser/cxfa_document_parser.h", - "xfa/fxfa/parser/cxfa_edge.h", + "xfa/fxfa/parser/cxfa_edgedata.h", "xfa/fxfa/parser/cxfa_event.cpp", "xfa/fxfa/parser/cxfa_event.h", "xfa/fxfa/parser/cxfa_exdata.cpp", |