| Index: media/filters/decrypting_video_decoder.cc
|
| diff --git a/media/filters/decrypting_video_decoder.cc b/media/filters/decrypting_video_decoder.cc
|
| index 421ec07fa89f8cc1e7ed7bba552ce4fa8d2368e8..4a14bad5dcd31c8bf061897be6c1a4c570e6eed3 100644
|
| --- a/media/filters/decrypting_video_decoder.cc
|
| +++ b/media/filters/decrypting_video_decoder.cc
|
| @@ -30,6 +30,10 @@ DecryptingVideoDecoder::DecryptingVideoDecoder(
|
| trace_id_(0),
|
| weak_factory_(this) {}
|
|
|
| +std::string DecryptingVideoDecoder::GetDisplayName() const {
|
| + return "DecryptingVideoDecoder";
|
| +}
|
| +
|
| void DecryptingVideoDecoder::Initialize(const VideoDecoderConfig& config,
|
| bool /* low_delay */,
|
| const PipelineStatusCB& status_cb,
|
|
|