summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-03 15:52:41 -0500
committerChromium commit bot <commit-bot@chromium.org>2018-01-03 21:12:00 +0000
commitbf1cf346ba28a9eab0d2ea490868c51040ee2bc4 (patch)
treec1986792d22464cb308fb4d29980fea25c688362 /BUILD.gn
parentfa50df5605a14ca4c9ba440506685981f1c8b04b (diff)
downloadpdfium-bf1cf346ba28a9eab0d2ea490868c51040ee2bc4.tar.xz
Convert CXFA_StrokeData to CXFA_Stroke
This CL changes CXFA_StrokeData to CXFA_Stroke and changes the inheritance form CXFA_DataData to CXFA_Node. The CXFA_EdgeData and CXFA_CornerData classes are removed and the node equivalents are changed to inherit from CXFA_Stroke. Change-Id: I8aa4365a8ed79c29c3a4c34879abe898a188b7de Reviewed-on: https://pdfium-review.googlesource.com/22151 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 2 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f85934d39d..f9ab1077ac 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2193,7 +2193,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_copies.h",
"xfa/fxfa/parser/cxfa_corner.cpp",
"xfa/fxfa/parser/cxfa_corner.h",
- "xfa/fxfa/parser/cxfa_cornerdata.h",
"xfa/fxfa/parser/cxfa_creator.cpp",
"xfa/fxfa/parser/cxfa_creator.h",
"xfa/fxfa/parser/cxfa_currencysymbol.cpp",
@@ -2272,7 +2271,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_dynamicrender.h",
"xfa/fxfa/parser/cxfa_edge.cpp",
"xfa/fxfa/parser/cxfa_edge.h",
- "xfa/fxfa/parser/cxfa_edgedata.h",
"xfa/fxfa/parser/cxfa_effectiveinputpolicy.cpp",
"xfa/fxfa/parser/cxfa_effectiveinputpolicy.h",
"xfa/fxfa/parser/cxfa_effectiveoutputpolicy.cpp",
@@ -2636,8 +2634,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_startpage.h",
"xfa/fxfa/parser/cxfa_stipple.cpp",
"xfa/fxfa/parser/cxfa_stipple.h",
- "xfa/fxfa/parser/cxfa_strokedata.cpp",
- "xfa/fxfa/parser/cxfa_strokedata.h",
+ "xfa/fxfa/parser/cxfa_stroke.cpp",
+ "xfa/fxfa/parser/cxfa_stroke.h",
"xfa/fxfa/parser/cxfa_subform.cpp",
"xfa/fxfa/parser/cxfa_subform.h",
"xfa/fxfa/parser/cxfa_subformset.cpp",