summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_value.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-07 21:14:50 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-07 21:14:50 +0000
commit2166e986c2aa0e73ae4f2f5af149fa234574094f (patch)
tree9778cd19d0a88f08874f1553c238aa7de9ce30d9 /xfa/fxfa/parser/cxfa_value.h
parent5fe712cb6c605e597f65f6b4cd0afa3213234639 (diff)
downloadpdfium-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 'xfa/fxfa/parser/cxfa_value.h')
-rw-r--r--xfa/fxfa/parser/cxfa_value.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_value.h b/xfa/fxfa/parser/cxfa_value.h
index d13d90fe8a..c6683238f5 100644
--- a/xfa/fxfa/parser/cxfa_value.h
+++ b/xfa/fxfa/parser/cxfa_value.h
@@ -13,7 +13,7 @@
#include "xfa/fxfa/parser/cxfa_exdata.h"
#include "xfa/fxfa/parser/cxfa_imagedata.h"
#include "xfa/fxfa/parser/cxfa_linedata.h"
-#include "xfa/fxfa/parser/cxfa_rectangle.h"
+#include "xfa/fxfa/parser/cxfa_rectangledata.h"
#include "xfa/fxfa/parser/cxfa_text.h"
class CXFA_Node;
@@ -26,7 +26,7 @@ class CXFA_Value : public CXFA_Data {
bool GetChildValueContent(WideString& wsContent);
CXFA_ArcData GetArcData();
CXFA_LineData GetLineData();
- CXFA_Rectangle GetRectangle();
+ CXFA_RectangleData GetRectangleData();
CXFA_Text GetText();
CXFA_ExData GetExData();
CXFA_ImageData GetImageData();