summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authortonikitoo <tonikitoo@igalia.com>2016-08-16 13:34:35 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-16 13:34:35 -0700
commit66c26e84e6e154f0466db6fce4f3f36d445c579a (patch)
treeefa79443b3e0bf04abcb4bade437e75ce30f7cff /DEPS
parentf85e7e2ea29179dfe4ddc25ab410f8898391999c (diff)
downloadpdfium-66c26e84e6e154f0466db6fce4f3f36d445c579a.tar.xz
Hidden annotations should not be drawn
Now that PDFium supports drawing of more annotation types, it should also respect the "hidden" flag that annotations might feature. For instance, in IE/Acroread if an annotation is flagged as "hidden" it does not get drawn. CL adds a check for the specific "hidden" flag, not drawing annotation that are flagged with it, in order to match IE + acrobat reader behavior. The "flags" definition can be seen by looking at "/F {value}" syntax in a PDF file source, where {value} is an predefined integer value. Test: PDF files being added in [1]. [1] https://codereview.chromium.org/2239713003/ BUG=62625 Review-Url: https://codereview.chromium.org/2239853002
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 73682c3f0e..37daf56c52 100644
--- a/DEPS
+++ b/DEPS
@@ -14,7 +14,7 @@ vars = {
'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271',
'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038',
'icu_revision': 'a5f86adbb0a58d04c035a5d1228747b1823cd485',
- 'pdfium_tests_revision': '4119f8ed4e89156e646c3fd235b61718da5e9b45',
+ 'pdfium_tests_revision': '1fdec9eaee514481092dd8e066029db71644829a',
'skia_revision': '36c38cbb29744e0b5390a38367e47c0c74287c2d',
'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d',
'trace_event_revision': '54b8455be9505c2cb0cf5c26bb86739c236471aa',