| Index: remoting/protocol/protobuf_video_reader.h
|
| diff --git a/remoting/protocol/protobuf_video_reader.h b/remoting/protocol/protobuf_video_reader.h
|
| index 7305dd7b0c3c4f28caeb42dce83b8d177b4b1346..8e8ce42e911c38db2725ea8573ccbfe4ccf62fa5 100644
|
| --- a/remoting/protocol/protobuf_video_reader.h
|
| +++ b/remoting/protocol/protobuf_video_reader.h
|
| @@ -23,7 +23,7 @@ class ProtobufVideoReader : public VideoReader {
|
| virtual void Init(protocol::Session* session, VideoStub* video_stub);
|
|
|
| private:
|
| - void OnNewData(VideoPacket* packet);
|
| + void OnNewData(VideoPacket* packet, Task* done_task);
|
|
|
| VideoPacketFormat::Encoding encoding_;
|
|
|
|
|