Index: media/filters/vpx_video_decoder.cc |
diff --git a/media/filters/vpx_video_decoder.cc b/media/filters/vpx_video_decoder.cc |
index cb652c0152583e29d05fa6f4c26b3052d02c78c9..bf7cc3cdaac32a2c1aa49c5f8d00d362a051ab9b 100644 |
--- a/media/filters/vpx_video_decoder.cc |
+++ b/media/filters/vpx_video_decoder.cc |
@@ -202,6 +202,10 @@ VpxVideoDecoder::~VpxVideoDecoder() { |
CloseDecoder(); |
} |
+std::string VpxVideoDecoder::GetDisplayName() const { |
+ return "VpxVideoDecoder"; |
+} |
+ |
void VpxVideoDecoder::Initialize(const VideoDecoderConfig& config, |
bool low_delay, |
const PipelineStatusCB& status_cb, |