diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-20 12:36:33 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-20 12:36:33 -0700 |
commit | 8bd542690c3a0f56e20cd46e96c1ed7fed480690 (patch) | |
tree | d353e715777ad7d82ebd60a5bf96accc99edcf4f /core | |
parent | 23e173ad2c48e2683cd6e5f76da3fa188d85bcb8 (diff) | |
download | pdfium-8bd542690c3a0f56e20cd46e96c1ed7fed480690.tar.xz |
CPDF_OCContext and CPDF_Document are no longer friends
Remove friendship as there doesn't appear to be anything protected that is
being accessed by CPDF_OCContext.
Review-Url: https://codereview.chromium.org/2355823002
Diffstat (limited to 'core')
-rw-r--r-- | core/fpdfapi/fpdf_parser/include/cpdf_document.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fpdfapi/fpdf_parser/include/cpdf_document.h b/core/fpdfapi/fpdf_parser/include/cpdf_document.h index 83567cd85a..4bbbb277d4 100644 --- a/core/fpdfapi/fpdf_parser/include/cpdf_document.h +++ b/core/fpdfapi/fpdf_parser/include/cpdf_document.h @@ -100,7 +100,6 @@ class CPDF_Document : public CPDF_IndirectObjectHolder { protected: friend class CPDF_Creator; friend class CPDF_Parser; - friend class CPDF_OCContext; // Retrieve page count information by getting count value from the tree nodes int RetrievePageCount() const; |