| Index: remoting/protocol/client_video_dispatcher.h
|
| diff --git a/remoting/protocol/client_video_dispatcher.h b/remoting/protocol/client_video_dispatcher.h
|
| index 57f950c7173ccc83c3ded6ead1d999d3f1d1e514..98fea756b40850a3ed15e1035fbb12148c908ac0 100644
|
| --- a/remoting/protocol/client_video_dispatcher.h
|
| +++ b/remoting/protocol/client_video_dispatcher.h
|
| @@ -26,8 +26,7 @@ class ClientVideoDispatcher : public ChannelDispatcherBase {
|
| struct PendingFrame;
|
| typedef std::list<PendingFrame> PendingFramesList;
|
|
|
| - void ProcessVideoPacket(scoped_ptr<VideoPacket> video_packet,
|
| - const base::Closure& done);
|
| + void ProcessVideoPacket(scoped_ptr<VideoPacket> video_packet);
|
|
|
| // Callback for VideoStub::ProcessVideoPacket().
|
| void OnPacketDone(PendingFramesList::iterator pending_frame);
|
|
|