diff options
author | Lei Zhang <thestig@chromium.org> | 2017-04-25 17:56:27 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-26 13:38:52 +0000 |
commit | 2bbb55162f0c9490a2085ed6eaa38038a7605609 (patch) | |
tree | df3b8cb6206be39dbae43b73311061fba329d1bb /core/fpdfapi/page/pageint.h | |
parent | 012ae898a069bda7afbfdad4eb4c8ba042b68dc7 (diff) | |
download | pdfium-2bbb55162f0c9490a2085ed6eaa38038a7605609.tar.xz |
Remove CPDF_Document parameter from CPDF_DeviceCS ctor.
It is always NULL.
Change-Id: Iebfb3bc645aebe05335f88d536164a55a7140539
Reviewed-on: https://pdfium-review.googlesource.com/4510
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fpdfapi/page/pageint.h')
-rw-r--r-- | core/fpdfapi/page/pageint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/page/pageint.h b/core/fpdfapi/page/pageint.h index 05865ca58e..45ca671673 100644 --- a/core/fpdfapi/page/pageint.h +++ b/core/fpdfapi/page/pageint.h @@ -159,7 +159,7 @@ class CPDF_IccProfile : public CFX_Retainable { class CPDF_DeviceCS : public CPDF_ColorSpace { public: - CPDF_DeviceCS(CPDF_Document* pDoc, int family); + explicit CPDF_DeviceCS(int family); ~CPDF_DeviceCS() override; // CPDF_ColorSpace: |