diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-06-27 21:14:22 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-06-27 21:14:22 +0000 |
commit | a2c2a9d2a1e718e08bb90f92a2f24f4cb990189f (patch) | |
tree | 79b96a806474543b292a3b6b3df9d8fcc74b8a50 /BUILD.gn | |
parent | 3ab8fa91422e8ce6874f9a89a61cb043858ad8b5 (diff) | |
download | pdfium-a2c2a9d2a1e718e08bb90f92a2f24f4cb990189f.tar.xz |
Add fxcrt::AutoRestorer<T>::AbandonRestoration().chromium/3475
Kinda like reaching a commit point, makes going forward more useful.
Change-Id: I7695b6e627d4cd8ed2bccb667d0cabd7f42c7b1c
Reviewed-on: https://pdfium-review.googlesource.com/35970
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2899,6 +2899,7 @@ test("pdfium_unittests") { "core/fxcodec/codec/fx_codec_rle_unittest.cpp", "core/fxcodec/jbig2/JBig2_BitStream_unittest.cpp", "core/fxcodec/jbig2/JBig2_Image_unittest.cpp", + "core/fxcrt/autorestorer_unittest.cpp", "core/fxcrt/bytestring_unittest.cpp", "core/fxcrt/cfx_bitstream_unittest.cpp", "core/fxcrt/cfx_seekablemultistream_unittest.cpp", |