diff options
Diffstat (limited to 'remoting/client/software_video_renderer.cc')
-rw-r--r-- | remoting/client/software_video_renderer.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/client/software_video_renderer.cc b/remoting/client/software_video_renderer.cc index 49c7683..0be8b49 100644 --- a/remoting/client/software_video_renderer.cc +++ b/remoting/client/software_video_renderer.cc @@ -341,6 +341,10 @@ ChromotingStats* SoftwareVideoRenderer::GetStats() { return &stats_; } +protocol::VideoStub* SoftwareVideoRenderer::GetVideoStub() { + return this; +} + void SoftwareVideoRenderer::ProcessVideoPacket(scoped_ptr<VideoPacket> packet, const base::Closure& done) { DCHECK(CalledOnValidThread()); |