Index: media/video/video_decode_accelerator.h |
diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h |
index 46c6d873371658dc92b04c96cfa7afbe3ff14b12..5cf5c53080b91ea8bcf90ac759d00bb2eb5069ca 100644 |
--- a/media/video/video_decode_accelerator.h |
+++ b/media/video/video_decode_accelerator.h |
@@ -189,6 +189,9 @@ class VideoDecodeAccelerator { |
// Callback to deliver decoded pictures ready to be displayed. |
virtual void PictureReady(const Picture& picture) = 0; |
+ // Callback to notify client that decoder has been initialized. |
Ami GONE FROM CHROMIUM
2011/05/23 21:39:02
Move above PPB?
|
+ virtual void NotifyInitializeDone() = 0; |
+ |
// Callback to notify that decoder has decoded end of stream marker and has |
// outputted all displayable pictures. |
virtual void NotifyEndOfStream() = 0; |