diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-11-07 21:34:00 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-07 21:34:00 +0000 |
commit | 31ed75b714b80b8497b35825bb926c5abb035299 (patch) | |
tree | 01b2ed5bee1665b665f77a0d8f6f676906bfbb82 /BUILD.gn | |
parent | 71335de2577ae27d00f03aeb007bf6b9c90d9391 (diff) | |
download | pdfium-31ed75b714b80b8497b35825bb926c5abb035299.tar.xz |
Rename CXFA_Stroke to CXFA_StrokeData
This CL renames CXFA_Stroke to CXFA_StrokeData to show it is part of the
data hierarchy.
Change-Id: If0041c410630c61129ed1ff0879c68244ad01aa5
Reviewed-on: https://pdfium-review.googlesource.com/18013
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1867,8 +1867,8 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_scriptdata.h", "xfa/fxfa/parser/cxfa_simple_parser.cpp", "xfa/fxfa/parser/cxfa_simple_parser.h", - "xfa/fxfa/parser/cxfa_stroke.cpp", - "xfa/fxfa/parser/cxfa_stroke.h", + "xfa/fxfa/parser/cxfa_strokedata.cpp", + "xfa/fxfa/parser/cxfa_strokedata.h", "xfa/fxfa/parser/cxfa_submit.cpp", "xfa/fxfa/parser/cxfa_submit.h", "xfa/fxfa/parser/cxfa_text.cpp", |