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

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

Issue 1432963003: [Ozone] Extends the lifetime of VaapiWrapper (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 | « content/common/gpu/media/vaapi_jpeg_decode_accelerator.h ('k') | content/common/gpu/media/vaapi_picture.h » ('j') | 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 18d60a1f6be950f1e46e0966b5b90d93f06c0319..8c4486193582894b493fd447a7ab5fc203671a33 100644
--- a/content/common/gpu/media/vaapi_jpeg_decoder_unittest.cc
+++ b/content/common/gpu/media/vaapi_jpeg_decoder_unittest.cc
@@ -52,7 +52,7 @@ class VaapiJpegDecoderTest : public ::testing::Test {
const std::string& md5sum);
protected:
- scoped_ptr<VaapiWrapper> wrapper_;
+ scoped_refptr<VaapiWrapper> wrapper_;
std::string jpeg_data_;
};
« no previous file with comments | « content/common/gpu/media/vaapi_jpeg_decode_accelerator.h ('k') | content/common/gpu/media/vaapi_picture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698