| Index: content/renderer/pepper_platform_video_decoder_impl.cc
|
| diff --git a/content/renderer/pepper_platform_video_decoder_impl.cc b/content/renderer/pepper_platform_video_decoder_impl.cc
|
| index 29667ffe528864c3536d8169dea8b465cd434d78..e81b34f5fed68452af642b17155a631f63a59629 100644
|
| --- a/content/renderer/pepper_platform_video_decoder_impl.cc
|
| +++ b/content/renderer/pepper_platform_video_decoder_impl.cc
|
| @@ -112,8 +112,7 @@ void PlatformVideoDecoderImpl::PictureReady(const media::Picture& picture) {
|
| }
|
|
|
| void PlatformVideoDecoderImpl::NotifyInitializeDone() {
|
| - DCHECK_EQ(RenderThread::current()->message_loop(), MessageLoop::current());
|
| - client_->NotifyInitializeDone();
|
| + NOTREACHED() << "GpuVideoDecodeAcceleratorHost::Initialize is synchronous!";
|
| }
|
|
|
| void PlatformVideoDecoderImpl::NotifyEndOfBitstreamBuffer(
|
|
|