summaryrefslogtreecommitdiff
path: root/core/fpdfdoc
diff options
context:
space:
mode:
authorDaniel Bratell <bratell@opera.com>2018-02-01 14:40:35 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-02-01 14:40:35 +0000
commit1fc533150a27257de4830559a14499f2e903dce9 (patch)
tree78b9680a4087ed09ac45cb9806ac29048059285c /core/fpdfdoc
parentf5ca90c00198c72488fd337ec8029a7f74b335b8 (diff)
downloadpdfium-1fc533150a27257de4830559a14499f2e903dce9.tar.xz
[jumbo] Compile fix: Move a GetPageContent to a more limited scope
There is a GetPageContent in pdfsdk/fpdfppo.cpp and one in fpdfsdk/fpdf_transformpage.cpp, both in the anonymous namespace. In jumbo builds those two files compile in the same translation unit and then they share the same anonymous namespace and clash. Given that the function is small and that I saw no natural place to share it, this patch moves one instance into the class that is using it. Change-Id: Icbdf69bd83887c6e5cf31d2080a5b12b5710691e Reviewed-on: https://pdfium-review.googlesource.com/24990 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fpdfdoc')
0 files changed, 0 insertions, 0 deletions