diff options
author | Lei Zhang <thestig@chromium.org> | 2018-08-13 21:31:18 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-13 21:31:18 +0000 |
commit | 4f1aa69662adf8e7038ed3abd6a36fc338119487 (patch) | |
tree | 52a7b5399a23960aa5b3398820b4161ebe1744c1 /fpdfsdk/cpdfsdk_interform.h | |
parent | d801c9c9caddf3941f6844fab58b19261d7d3cad (diff) | |
download | pdfium-4f1aa69662adf8e7038ed3abd6a36fc338119487.tar.xz |
Move FDFToURLEncodedData() into an anonymous namespace.
Change-Id: Iac581765f343f464f73a892b300ae20923c3bb32
Reviewed-on: https://pdfium-review.googlesource.com/39971
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fpdfsdk/cpdfsdk_interform.h')
-rw-r--r-- | fpdfsdk/cpdfsdk_interform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/cpdfsdk_interform.h b/fpdfsdk/cpdfsdk_interform.h index bb6d7fc260..14772efe8f 100644 --- a/fpdfsdk/cpdfsdk_interform.h +++ b/fpdfsdk/cpdfsdk_interform.h @@ -111,7 +111,6 @@ class CPDFSDK_InterForm : public IPDF_FormNotify { void AfterCheckedStatusChange(CPDF_FormField* pField) override; void AfterFormReset(CPDF_InterForm* pForm) override; - bool FDFToURLEncodedData(uint8_t*& pBuf, size_t& nBufSize); int GetPageIndexByAnnotDict(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDict) const; |