diff options
author | Nicolas Pena <npm@chromium.org> | 2017-04-19 17:38:54 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-20 00:35:01 +0000 |
commit | 03f0fb0e650f134f31991b62e39c4d9a9d577560 (patch) | |
tree | 83235fd1bfba082f92f4648bbe16e8f120c1f574 /core/fpdfdoc/cpdf_interform.h | |
parent | 7a68198438f41e19f21e06e0f3447e525d0b253b (diff) | |
download | pdfium-03f0fb0e650f134f31991b62e39c4d9a9d577560.tar.xz |
Remove the friends of CPDF_FormField
Added some public methods so that CPDF_FormField has no friends.
Change-Id: I179537e3c6ea64cedaca5365010c34c1ad702c40
Reviewed-on: https://pdfium-review.googlesource.com/4370
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fpdfdoc/cpdf_interform.h')
-rw-r--r-- | core/fpdfdoc/cpdf_interform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfdoc/cpdf_interform.h b/core/fpdfdoc/cpdf_interform.h index 74e5b10864..5399392734 100644 --- a/core/fpdfdoc/cpdf_interform.h +++ b/core/fpdfdoc/cpdf_interform.h @@ -64,7 +64,7 @@ class CPDF_InterForm { CPDF_FormField* GetFieldInCalculationOrder(int index); int FindFieldInCalculationOrder(const CPDF_FormField* pField); - CPDF_Font* GetFormFont(CFX_ByteString csNameTag); + CPDF_Font* GetFormFont(CFX_ByteString csNameTag) const; CPDF_DefaultAppearance GetDefaultAppearance() const; int GetFormAlignment() const; |