| Index: media/filters/gpu_video_decoder.h
|
| diff --git a/media/filters/gpu_video_decoder.h b/media/filters/gpu_video_decoder.h
|
| index c578f5aa5c678c71ddfcec0d7ec11b41fae25d03..9ace2e7696dc3dfa71f599f590fb3c4d02da1b26 100644
|
| --- a/media/filters/gpu_video_decoder.h
|
| +++ b/media/filters/gpu_video_decoder.h
|
| @@ -208,6 +208,9 @@ class MEDIA_EXPORT GpuVideoDecoder
|
| // this class not require the render thread's loop to be processing.
|
| bool shutting_down_;
|
|
|
| + // Number of pending decoding errors to be passed through ReadCB.
|
| + int pending_error_count_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(GpuVideoDecoder);
|
| };
|
|
|
|
|