| Index: media/webm/webm_stream_parser.h
|
| diff --git a/media/webm/webm_stream_parser.h b/media/webm/webm_stream_parser.h
|
| index c5d06d5534b205ddc6b05d698b6a19dd6a03e3d8..36401510075340f79380b5cab663d23f8d14aa8c 100644
|
| --- a/media/webm/webm_stream_parser.h
|
| +++ b/media/webm/webm_stream_parser.h
|
| @@ -60,6 +60,9 @@ class WebMStreamParser : public StreamParser {
|
| // Returning > 0 indicates success & the number of bytes parsed.
|
| int ParseCluster(const uint8* data, int size);
|
|
|
| + // Fire needkey event through the |need_key_cb_|.
|
| + void FireNeedKey(const std::string& key_id);
|
| +
|
| State state_;
|
| InitCB init_cb_;
|
| NewConfigCB config_cb_;
|
|
|