| Index: content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.h b/content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| index 268439b96bc4dad249401bf99f5570dda48862bc..dca54d30adfc45f82b9f64084db077511a227ff0 100644
|
| --- a/content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| @@ -282,7 +282,7 @@
|
| // Use this to post tasks to |decoder_thread_| instead of
|
| // |decoder_thread_.message_loop()| because the latter will be NULL once
|
| // |decoder_thread_.Stop()| returns.
|
| - scoped_refptr<base::SingleThreadTaskRunner> decoder_thread_task_runner_;
|
| + scoped_refptr<base::MessageLoopProxy> decoder_thread_proxy_;
|
|
|
| int num_frames_at_client_;
|
| int num_stream_bufs_at_decoder_;
|
|
|