diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-11-07 18:32:30 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-07 18:32:30 +0000 |
commit | 0dbaa90e9f6777c5d2203cd18dc565670d6271c0 (patch) | |
tree | ab0b61557afc5930a9313defdebdb1ff717fa532 /xfa/fxfa/parser/cxfa_value.h | |
parent | 1b5eab3025b2b93a89261193167f613c0c924b32 (diff) | |
download | pdfium-0dbaa90e9f6777c5d2203cd18dc565670d6271c0.tar.xz |
Rename CXFA_Arc to CXFA_ArcData
This CL renames the CXFA_Arc class to make it clear it's part of the
data hierarchy.
Change-Id: Ia4cc276a2829db7ff11e778fe639b5c5656bf23e
Reviewed-on: https://pdfium-review.googlesource.com/17970
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cxfa_value.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_value.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_value.h b/xfa/fxfa/parser/cxfa_value.h index 52df169ee4..513f37509b 100644 --- a/xfa/fxfa/parser/cxfa_value.h +++ b/xfa/fxfa/parser/cxfa_value.h @@ -8,7 +8,7 @@ #define XFA_FXFA_PARSER_CXFA_VALUE_H_ #include "core/fxcrt/fx_string.h" -#include "xfa/fxfa/parser/cxfa_arc.h" +#include "xfa/fxfa/parser/cxfa_arcdata.h" #include "xfa/fxfa/parser/cxfa_data.h" #include "xfa/fxfa/parser/cxfa_exdata.h" #include "xfa/fxfa/parser/cxfa_image.h" @@ -24,7 +24,7 @@ class CXFA_Value : public CXFA_Data { XFA_Element GetChildValueClassID(); bool GetChildValueContent(WideString& wsContent); - CXFA_Arc GetArc(); + CXFA_ArcData GetArcData(); CXFA_Line GetLine(); CXFA_Rectangle GetRectangle(); CXFA_Text GetText(); |