diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-01-16 15:46:35 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-16 15:46:35 +0000 |
commit | 54e4ccbbf09c496f8ab79a2b02fc4afc3d6abc42 (patch) | |
tree | 4ad1768673054ccacf524e632dfae40fab87a609 /xfa/fxfa/parser/cxfa_line.h | |
parent | d3ae179dab3f63625e5dd3ddf0aa33176f8ee65c (diff) | |
download | pdfium-54e4ccbbf09c496f8ab79a2b02fc4afc3d6abc42.tar.xz |
Rename CXFA_Line methods to make clearer
This CL clarifies that he CXFA_Line::GetEdge method can return nullptr.
Change-Id: I785d4636126727e07a80afb001489bd00ec9ae9e
Reviewed-on: https://pdfium-review.googlesource.com/22771
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cxfa_line.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_line.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_line.h b/xfa/fxfa/parser/cxfa_line.h index 1b950e4641..18faacd16d 100644 --- a/xfa/fxfa/parser/cxfa_line.h +++ b/xfa/fxfa/parser/cxfa_line.h @@ -18,7 +18,7 @@ class CXFA_Line : public CXFA_Node { XFA_AttributeEnum GetHand(); bool GetSlope(); - CXFA_Edge* GetEdge(); + CXFA_Edge* GetEdgeIfExists(); }; #endif // XFA_FXFA_PARSER_CXFA_LINE_H_ |