| Index: media/remoting/remote_demuxer_stream_adapter.h
|
| diff --git a/media/remoting/remote_demuxer_stream_adapter.h b/media/remoting/remote_demuxer_stream_adapter.h
|
| index d610cacf50cb75fd9f714f606cdd1cdefce47ba1..76ad475b17f7c7e8adea787910604331de5b97c7 100644
|
| --- a/media/remoting/remote_demuxer_stream_adapter.h
|
| +++ b/media/remoting/remote_demuxer_stream_adapter.h
|
| @@ -74,6 +74,7 @@ class RemoteDemuxerStreamAdapter {
|
|
|
| // RPC message tasks.
|
| void Initialize(int remote_callback_handle);
|
| + void EnableBitstreamConverter();
|
| void ReadUntil(std::unique_ptr<remoting::pb::RpcMessage> message);
|
| void RequestBuffer(int callback_handle);
|
| void SendReadAck(int callback_handle);
|
|
|