diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-01-10 22:13:45 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-10 22:13:45 +0000 |
commit | 7f302e511fe86611a311748cd7b9dbb18ceea156 (patch) | |
tree | 1354c0dcf63615ba070039fc54c8f200d359db89 /xfa/fxfa/cxfa_textprovider.h | |
parent | 962760426dcb1801683e6fd91c4f3650eea51155 (diff) | |
download | pdfium-7f302e511fe86611a311748cd7b9dbb18ceea156.tar.xz |
Rename GetPara to GetParaIfExistschromium/3318
This CL renames GetPara to make it explicit it can return nullptr.
Change-Id: I7c6529c15646b9947964e25a8d28938b38f091d6
Reviewed-on: https://pdfium-review.googlesource.com/22680
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_textprovider.h')
-rw-r--r-- | xfa/fxfa/cxfa_textprovider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_textprovider.h b/xfa/fxfa/cxfa_textprovider.h index 423e99cf33..3431c9a30c 100644 --- a/xfa/fxfa/cxfa_textprovider.h +++ b/xfa/fxfa/cxfa_textprovider.h @@ -31,7 +31,7 @@ class CXFA_TextProvider { ~CXFA_TextProvider() {} CXFA_Node* GetTextNode(bool& bRichText); - CXFA_Para* GetPara(); + CXFA_Para* GetParaIfExists(); CXFA_Font* GetFontIfExists(); bool IsCheckButtonAndAutoWidth(); bool GetEmbbedObj(bool bURI, |