summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_ffwidget.cpp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-10 17:48:57 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-10 17:48:57 +0000
commit7d36c3e835bc32898f0064226d79a8f0f89e15ec (patch)
tree7b9df79705fbeb8eeaa9fe537fc23d7acd30565e /xfa/fxfa/cxfa_ffwidget.cpp
parent50bd8fa8a9505487c1109e2645ef785ad73b1cbc (diff)
downloadpdfium-7d36c3e835bc32898f0064226d79a8f0f89e15ec.tar.xz
Rename CXFA_Node::GetBorder to GetBorderIfExists
Renaming GetBorder makes it clear that the method may return a nullptr. Change-Id: I50a8b511e273552e3a4a226ba72a7c0e2ae74ea3 Reviewed-on: https://pdfium-review.googlesource.com/22653 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_ffwidget.cpp')
-rw-r--r--xfa/fxfa/cxfa_ffwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffwidget.cpp b/xfa/fxfa/cxfa_ffwidget.cpp
index d420b3cf3c..20719519a4 100644
--- a/xfa/fxfa/cxfa_ffwidget.cpp
+++ b/xfa/fxfa/cxfa_ffwidget.cpp
@@ -982,7 +982,7 @@ void CXFA_FFWidget::RenderWidget(CXFA_Graphics* pGS,
if (!IsMatchVisibleStatus(dwStatus))
return;
- CXFA_Border* border = m_pNode->GetBorder();
+ CXFA_Border* border = m_pNode->GetBorderIfExists();
if (!border)
return;