Chromium Code Reviews| Index: content/renderer/media/rtc_video_decoder.h |
| diff --git a/content/renderer/media/rtc_video_decoder.h b/content/renderer/media/rtc_video_decoder.h |
| index e562ba8dca45aea5831babac91eb940b92d6ae28..e11d26a13d02d470a2158a65c8f6caa2420b7e8e 100644 |
| --- a/content/renderer/media/rtc_video_decoder.h |
| +++ b/content/renderer/media/rtc_video_decoder.h |
| @@ -208,6 +208,11 @@ class CONTENT_EXPORT RTCVideoDecoder |
| // The hardware video decoder. |
| scoped_ptr<media::VideoDecodeAccelerator> vda_; |
| + media::VideoCodecProfile vda_codec_profile_; |
| + |
| + // Number of time that |vda_| notified of an error. |
|
mcasas
2016/03/28 18:15:20
s/time/times/
emircan
2016/03/29 01:50:50
Done.
|
| + uint32_t num_vda_errors_; |
| + |
| // The video codec type, as reported by WebRTC. |
| const webrtc::VideoCodecType video_codec_type_; |