diff options
author | Artem Strygin <art-snake@yandex-team.ru> | 2017-09-01 18:52:30 +0300 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-05 15:07:57 +0000 |
commit | d2608a87173f00cb80830d56b52eeb588055ba3a (patch) | |
tree | 7cb97990ac1407f25c3f6415b346c7c049b649bc /core/fpdfapi/parser/cpdf_object.h | |
parent | 088ca03f25fe1f6d75c0ff3b71e0ad3d018a5e0c (diff) | |
download | pdfium-d2608a87173f00cb80830d56b52eeb588055ba3a.tar.xz |
Move Parsing of indirect object logic into CPDF_SyntaxParser.
Change-Id: I5473d6db3e6fc247d52a83b34424958dc20387f4
Reviewed-on: https://pdfium-review.googlesource.com/12150
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Art Snake <art-snake@yandex-team.ru>
Diffstat (limited to 'core/fpdfapi/parser/cpdf_object.h')
-rw-r--r-- | core/fpdfapi/parser/cpdf_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/parser/cpdf_object.h b/core/fpdfapi/parser/cpdf_object.h index 82d7801cce..a07ba677e8 100644 --- a/core/fpdfapi/parser/cpdf_object.h +++ b/core/fpdfapi/parser/cpdf_object.h @@ -96,7 +96,7 @@ class CPDF_Object { friend class CPDF_Array; friend class CPDF_Dictionary; friend class CPDF_IndirectObjectHolder; - friend class CPDF_Parser; + friend class CPDF_SyntaxParser; friend class CPDF_Reference; friend class CPDF_Stream; |