diff options
author | jaepark <jaepark@google.com> | 2016-08-22 17:54:56 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-22 17:54:56 -0700 |
commit | c38de1116bbee807e4461fe8a08e4c152c0fce15 (patch) | |
tree | 3a5f8f4a71ad59b1b424357ddab8ecbd1f00ba85 /DEPS | |
parent | 7da24e66c6e78a7675697ecec641e3802ff722ca (diff) | |
download | pdfium-c38de1116bbee807e4461fe8a08e4c152c0fce15.tar.xz |
Generate default AP stream for text annotation.
This patch generates a default AP stream for text annotation. The AP stream
only draws a symbol, which represents the presence of text annotation at the
point.
Also, roll DEPS for testing/corpus to afbac94 to test text annotations.
BUG=62625
Review-Url: https://codereview.chromium.org/2270493002
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ vars = { 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', 'icu_revision': 'a5f86adbb0a58d04c035a5d1228747b1823cd485', - 'pdfium_tests_revision': '1fdec9eaee514481092dd8e066029db71644829a', + 'pdfium_tests_revision': 'afbac944ba4b41252e4bd16372f27806bc0ed924', 'skia_revision': '36c38cbb29744e0b5390a38367e47c0c74287c2d', 'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d', 'trace_event_revision': '54b8455be9505c2cb0cf5c26bb86739c236471aa', |