diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-08-29 19:35:37 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-29 19:35:37 +0000 |
commit | 456e9703276d803f633d5e8a6b5ee485f4e4207a (patch) | |
tree | 2b060f8d7eb61ad8a710919682b2729bf2b3a155 /core/fpdfdoc/cpdf_formcontrol.cpp | |
parent | 1934a24ffdd8cd27b67fda6dc81cd4420d024db0 (diff) | |
download | pdfium-456e9703276d803f633d5e8a6b5ee485f4e4207a.tar.xz |
Remove FPDFDOC_ prefix from non-public functions
Second CL for naming consistency.
Bug: pdfium:1141
Change-Id: Idf0a0da52abd68648ab709997e0523ee3240c247
Reviewed-on: https://pdfium-review.googlesource.com/41531
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'core/fpdfdoc/cpdf_formcontrol.cpp')
-rw-r--r-- | core/fpdfdoc/cpdf_formcontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfdoc/cpdf_formcontrol.cpp b/core/fpdfdoc/cpdf_formcontrol.cpp index a80b0294c1..d644ba9a64 100644 --- a/core/fpdfdoc/cpdf_formcontrol.cpp +++ b/core/fpdfdoc/cpdf_formcontrol.cpp @@ -166,7 +166,7 @@ void CPDF_FormControl::DrawControl(CFX_RenderDevice* pDevice, if (m_pWidgetDict->GetIntegerFor("F") & ANNOTFLAG_HIDDEN) return; - CPDF_Stream* pStream = FPDFDOC_GetAnnotAP(m_pWidgetDict.Get(), mode); + CPDF_Stream* pStream = GetAnnotAP(m_pWidgetDict.Get(), mode); if (!pStream) return; |