Index: content/common/gpu/media/gpu_video_decode_accelerator.cc |
diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.cc b/content/common/gpu/media/gpu_video_decode_accelerator.cc |
index a0c9eb947e0c4ce283a153a7456baf265ce924d9..b81fd2543088665d8a0e3cfc21e33571e849183d 100644 |
--- a/content/common/gpu/media/gpu_video_decode_accelerator.cc |
+++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc |
@@ -110,6 +110,8 @@ void GpuVideoDecodeAccelerator::Initialize( |
video_decode_accelerator_->Initialize(configs); |
#else |
NOTIMPLEMENTED() << "HW video decode acceleration not available."; |
+ init_done_msg->set_reply_error(); |
+ Send(init_done_msg); |
#endif // defined(OS_CHROMEOS) && defined(ARCH_CPU_ARMEL) |
} |