Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1166)

Unified Diff: content/common/gpu/media/vaapi_jpeg_decoder_unittest.cc

Issue 1521823002: Fix compile issue of jpeg decoder unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/vaapi_jpeg_decoder_unittest.cc
diff --git a/content/common/gpu/media/vaapi_jpeg_decoder_unittest.cc b/content/common/gpu/media/vaapi_jpeg_decoder_unittest.cc
index 8c4486193582894b493fd447a7ab5fc203671a33..b7043484cd94c8227a288dc642da66c7a1a9be71 100644
--- a/content/common/gpu/media/vaapi_jpeg_decoder_unittest.cc
+++ b/content/common/gpu/media/vaapi_jpeg_decoder_unittest.cc
@@ -46,7 +46,7 @@ class VaapiJpegDecoderTest : public ::testing::Test {
<< "failed to read input data from " << input_file.value();
}
- void TearDown() override { wrapper_.reset(); }
+ void TearDown() override { wrapper_ = nullptr; }
bool VerifyDecode(const media::JpegParseResult& parse_result,
const std::string& md5sum);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698