diff options
Diffstat (limited to 'chrome/renderer/media/ipc_video_decoder.h')
-rw-r--r-- | chrome/renderer/media/ipc_video_decoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/media/ipc_video_decoder.h b/chrome/renderer/media/ipc_video_decoder.h index d0aba70..c9d800d 100644 --- a/chrome/renderer/media/ipc_video_decoder.h +++ b/chrome/renderer/media/ipc_video_decoder.h @@ -72,8 +72,8 @@ class IpcVideoDecoder : public media::VideoDecoder, // Pointer to the demuxer stream that will feed us compressed buffers. scoped_refptr<media::DemuxerStream> demuxer_stream_; - // This is the message loop that we should assign to VideoDecodeEngine. - MessageLoop* decode_engine_message_loop_; + // This is the message loop that we should assign to VideoDecodeContext. + MessageLoop* decode_context_message_loop_; // A context for allocating textures and issuing GLES2 commands. // TODO(hclam): A ggl::Context lives on the Render Thread while this object |