diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-11-07 21:14:50 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-07 21:14:50 +0000 |
commit | 2166e986c2aa0e73ae4f2f5af149fa234574094f (patch) | |
tree | 9778cd19d0a88f08874f1553c238aa7de9ce30d9 /BUILD.gn | |
parent | 5fe712cb6c605e597f65f6b4cd0afa3213234639 (diff) | |
download | pdfium-2166e986c2aa0e73ae4f2f5af149fa234574094f.tar.xz |
Rename CXFA_Rectangle to CXFA_RectangleData
This CL renames CXFA_Rectangle to CXFA_RectangleData to signify it is
part of the data hierarchy.
Change-Id: Ie563b4304cb595d4b3bb0ffc5303549f1fb37b18
Reviewed-on: https://pdfium-review.googlesource.com/18011
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1862,7 +1862,7 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_occurdata.h", "xfa/fxfa/parser/cxfa_paradata.cpp", "xfa/fxfa/parser/cxfa_paradata.h", - "xfa/fxfa/parser/cxfa_rectangle.h", + "xfa/fxfa/parser/cxfa_rectangledata.h", "xfa/fxfa/parser/cxfa_script.cpp", "xfa/fxfa/parser/cxfa_script.h", "xfa/fxfa/parser/cxfa_simple_parser.cpp", |