summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-20 12:36:33 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-20 12:36:33 -0700
commit8bd542690c3a0f56e20cd46e96c1ed7fed480690 (patch)
treed353e715777ad7d82ebd60a5bf96accc99edcf4f
parent23e173ad2c48e2683cd6e5f76da3fa188d85bcb8 (diff)
downloadpdfium-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
-rw-r--r--core/fpdfapi/fpdf_parser/include/cpdf_document.h1
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;