Chromium Code Reviews| Index: media/base/demuxer.h |
| diff --git a/media/base/demuxer.h b/media/base/demuxer.h |
| index 34150af00b3f9c9a433b7d886cbbed433a1a5b4f..e2f1962224caec94797a2deae47bd49bf4309c8c 100644 |
| --- a/media/base/demuxer.h |
| +++ b/media/base/demuxer.h |
| @@ -64,6 +64,8 @@ class MEDIA_EXPORT Demuxer : public base::RefCountedThreadSafe<Demuxer> { |
| // Returns the starting time for the media file. |
| virtual base::TimeDelta GetStartTime() const = 0; |
| + virtual void KeyAdded(); |
|
ddorwin
2012/08/22 23:20:29
Comment.
Also, curious why this is needed now and
fgalligan1
2012/08/23 02:39:11
I'm not sure I understand the question. Do you mea
xhwang
2012/08/23 19:04:53
I removed the "waiting for key" part in the demo,
fgalligan1
2012/08/24 20:01:26
Removed KeyAdded().
|
| + |
| protected: |
| friend class base::RefCountedThreadSafe<Demuxer>; |
| virtual ~Demuxer(); |