From c56acf54ff891a942b62effd95fd7a1984533cab Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Fri, 19 Nov 2010 23:44:45 +0000 Subject: Use VideoStub interface on the host side. BUG=None TEST=None Review URL: http://codereview.chromium.org/5232004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66841 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/client/chromoting_client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'remoting/client/chromoting_client.h') diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h index 7bbe306..e6e7d7d 100644 --- a/remoting/client/chromoting_client.h +++ b/remoting/client/chromoting_client.h @@ -59,6 +59,7 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback, // VideoStub implementation. virtual void ProcessVideoPacket(const VideoPacket* packet, Task* done); + virtual int GetPendingPackets(); private: struct QueuedVideoPacket { -- cgit v1.1