Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index c4db8f17012e2167a3dd223f40f27fc98b34688a..2ddd0decfdcc89c93919ca7b04186a6a56fed05c 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -606,6 +606,9 @@ IPC_MESSAGE_ROUTED3(AcceleratedVideoDecoderHostMsg_ProvidePictureBuffers, |
IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_CreateDone, |
int32) /* Decoder ID */ |
+// Notify client that decoder has been initialized. |
+IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_InitializeDone) |
+ |
// Decoder reports that a picture is ready and buffer does not need to be passed |
// back to the decoder. |
IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_DismissPictureBuffer, |