summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_hint_tables.h
diff options
context:
space:
mode:
authorArtem Strygin <art-snake@yandex-team.ru>2017-09-08 18:10:01 +0300
committerChromium commit bot <commit-bot@chromium.org>2017-09-19 00:15:50 +0000
commit2c559dc576392e69208895f2632f49ee43903d48 (patch)
tree0d9d281df2dd854f09e44f3e0dfab40f76c07cf8 /core/fpdfapi/parser/cpdf_hint_tables.h
parent0bf6961663ec38568b9323e66a8c808d9aa726fb (diff)
downloadpdfium-2c559dc576392e69208895f2632f49ee43903d48.tar.xz
Use CPDF_ReadValidator to request linearized hint tables.
Change-Id: I9ecf08c5cabfeb7b354abeb46b94918ae0b4539a Reviewed-on: https://pdfium-review.googlesource.com/13590 Commit-Queue: Art Snake <art-snake@yandex-team.ru> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fpdfapi/parser/cpdf_hint_tables.h')
-rw-r--r--core/fpdfapi/parser/cpdf_hint_tables.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/fpdfapi/parser/cpdf_hint_tables.h b/core/fpdfapi/parser/cpdf_hint_tables.h
index 2ab42a93cf..e9647b1796 100644
--- a/core/fpdfapi/parser/cpdf_hint_tables.h
+++ b/core/fpdfapi/parser/cpdf_hint_tables.h
@@ -28,9 +28,7 @@ class CPDF_HintTables {
FX_FILESIZE* szPageLength,
uint32_t* dwObjNum);
- CPDF_DataAvail::DocAvailStatus CheckPage(
- uint32_t index,
- CPDF_DataAvail::DownloadHints* pHints);
+ CPDF_DataAvail::DocAvailStatus CheckPage(uint32_t index);
bool LoadHintStream(CPDF_Stream* pHintStream);