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 e962968b4a8ee9013644b81ee3091222303bfa74..74dae55d57cabb3f916e2061479b62d93b6b30c2 100644 |
--- a/content/common/gpu/gpu_video_decode_accelerator.cc |
+++ b/content/common/gpu/gpu_video_decode_accelerator.cc |
@@ -173,6 +173,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"; |