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

Unified Diff: media/gpu/h264_dpb.h

Issue 2760513002: h264_decoder_unittests: Initial Change. (Closed)
Patch Set: Address kcwu's comments. Created 3 years, 9 months 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
Index: media/gpu/h264_dpb.h
diff --git a/media/gpu/h264_dpb.h b/media/gpu/h264_dpb.h
index aef39a1bc5d517dcb86209b290671a856571ca0c..09259aa7340816930c364ea001337e8a670d50d6 100644
--- a/media/gpu/h264_dpb.h
+++ b/media/gpu/h264_dpb.h
@@ -15,6 +15,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "media/filters/h264_parser.h"
+#include "media/gpu/media_gpu_export.h"
namespace media {
@@ -23,7 +24,7 @@ class VaapiH264Picture;
// A picture (a frame or a field) in the H.264 spec sense.
// See spec at http://www.itu.int/rec/T-REC-H.264
-class H264Picture : public base::RefCounted<H264Picture> {
+class MEDIA_GPU_EXPORT H264Picture : public base::RefCounted<H264Picture> {
public:
using Vector = std::vector<scoped_refptr<H264Picture>>;

Powered by Google App Engine
This is Rietveld 408576698