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 dca54d30adfc45f82b9f64084db077511a227ff0..268439b96bc4dad249401bf99f5570dda48862bc 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 @@ class CONTENT_EXPORT VaapiVideoDecodeAccelerator |
// 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::MessageLoopProxy> decoder_thread_proxy_; |
+ scoped_refptr<base::SingleThreadTaskRunner> decoder_thread_task_runner_; |
int num_frames_at_client_; |
int num_stream_bufs_at_decoder_; |