diff options
Diffstat (limited to 'chrome/renderer/gpu_video_decoder_host.h')
-rw-r--r-- | chrome/renderer/gpu_video_decoder_host.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/renderer/gpu_video_decoder_host.h b/chrome/renderer/gpu_video_decoder_host.h index 5ca520e..baf0ffe 100644 --- a/chrome/renderer/gpu_video_decoder_host.h +++ b/chrome/renderer/gpu_video_decoder_host.h @@ -37,6 +37,10 @@ class MessageRouter; class GpuVideoDecoderHost : public media::VideoDecodeEngine, public IPC::Channel::Listener { public: + // |router| is used to dispatch IPC messages to this object. + // |ipc_sender| is used to send IPC messages to GPU process. + // It is important that the above two objects are accessed on the + // |message_loop_|. GpuVideoDecoderHost(MessageRouter* router, IPC::Message::Sender* ipc_sender, int context_route_id, |