Index: content/common/gpu/gpu_video_decode_accelerator.cc |
diff --git a/content/common/gpu/gpu_video_decode_accelerator.cc b/content/common/gpu/gpu_video_decode_accelerator.cc |
index 3561b847dd58b9f61b9553c8b381cfccd1e93402..57ee31d6dfb4c9e408bf7d6ff037ef2dc3a9cd27 100644 |
--- a/content/common/gpu/gpu_video_decode_accelerator.cc |
+++ b/content/common/gpu/gpu_video_decode_accelerator.cc |
@@ -178,6 +178,11 @@ void GpuVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer( |
} |
} |
+void GpuVideoDecodeAccelerator::NotifyInitializeDone() { |
+ if (!Send(new AcceleratedVideoDecoderHostMsg_InitializeDone(route_id_))) |
+ LOG(ERROR) << "Send(AcceleratedVideoDecoderHostMsg_InitializeDone) failed"; |
+} |
+ |
void GpuVideoDecodeAccelerator::NotifyFlushDone() { |
if (!Send(new AcceleratedVideoDecoderHostMsg_FlushDone(route_id_))) |
LOG(ERROR) << "Send(AcceleratedVideoDecoderHostMsg_FlushDone) failed"; |