Index: remoting/protocol/host_video_dispatcher.cc |
diff --git a/remoting/protocol/host_video_dispatcher.cc b/remoting/protocol/host_video_dispatcher.cc |
index ca9b63436d493ac7fb32719b8af1e236a2628bac..c72a9e3fc9a82ae3607de584dd570d22a2cbcaff 100644 |
--- a/remoting/protocol/host_video_dispatcher.cc |
+++ b/remoting/protocol/host_video_dispatcher.cc |
@@ -22,7 +22,7 @@ HostVideoDispatcher::~HostVideoDispatcher() {} |
void HostVideoDispatcher::ProcessVideoPacket(scoped_ptr<VideoPacket> packet, |
const base::Closure& done) { |
- writer()->Write(SerializeAndFrameMessage(*packet), done); |
+ message_pipe()->Send(packet.get(), done); |
} |
void HostVideoDispatcher::OnIncomingMessage( |