diff options
Diffstat (limited to 'core/fpdfapi/parser')
-rw-r--r-- | core/fpdfapi/parser/cpdf_data_avail.h | 4 | ||||
-rw-r--r-- | core/fpdfapi/parser/cpdf_object.h | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/core/fpdfapi/parser/cpdf_data_avail.h b/core/fpdfapi/parser/cpdf_data_avail.h index 809b23fe59..e81d705bcd 100644 --- a/core/fpdfapi/parser/cpdf_data_avail.h +++ b/core/fpdfapi/parser/cpdf_data_avail.h @@ -99,6 +99,7 @@ class CPDF_DataAvail final { bool bSupportHintTable); ~CPDF_DataAvail(); + bool IsDataAvail(FX_FILESIZE offset, uint32_t size, DownloadHints* pHints); DocAvailStatus IsDocAvail(DownloadHints* pHints); void SetDocument(CPDF_Document* pDoc); DocAvailStatus IsPageAvail(uint32_t dwPage, DownloadHints* pHints); @@ -110,8 +111,6 @@ class CPDF_DataAvail final { int GetPageCount() const; CPDF_Dictionary* GetPage(int index); - friend class CPDF_HintTables; - protected: class PageNode { public: @@ -192,7 +191,6 @@ class CPDF_DataAvail final { bool CheckPageCount(DownloadHints* pHints); bool IsFirstCheck(uint32_t dwPage); void ResetFirstCheck(uint32_t dwPage); - bool IsDataAvail(FX_FILESIZE offset, uint32_t size, DownloadHints* pHints); bool ValidatePage(uint32_t dwPage); bool ValidateForm(); diff --git a/core/fpdfapi/parser/cpdf_object.h b/core/fpdfapi/parser/cpdf_object.h index 9c41e9de7b..f6bc5b444f 100644 --- a/core/fpdfapi/parser/cpdf_object.h +++ b/core/fpdfapi/parser/cpdf_object.h @@ -91,7 +91,6 @@ class CPDF_Object { protected: friend class CPDF_Array; friend class CPDF_Dictionary; - friend class CPDF_Document; friend class CPDF_IndirectObjectHolder; friend class CPDF_Parser; friend class CPDF_Reference; |