diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-03 04:17:09 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-03 04:17:09 +0000 |
commit | 14fd1a60acdd439f80bdfc0aeb86761ba649db79 (patch) | |
tree | 5bfbcefbd8776ca6a4d810a75601d8bf62d91a7c /remoting/host/mock_objects.h | |
parent | 07f1ceeabc0cf63ed8d7ae7aa8d1ff04dda02584 (diff) | |
download | chromium_src-14fd1a60acdd439f80bdfc0aeb86761ba649db79.zip chromium_src-14fd1a60acdd439f80bdfc0aeb86761ba649db79.tar.gz chromium_src-14fd1a60acdd439f80bdfc0aeb86761ba649db79.tar.bz2 |
Add VideoReader and VideoWriter interfaces.
Implemented VideoReader and VideoWriter for RTP and Protobuf.
BUG=53986
TEST=None
Review URL: http://codereview.chromium.org/4229003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64878 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/mock_objects.h')
-rw-r--r-- | remoting/host/mock_objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/mock_objects.h b/remoting/host/mock_objects.h index 428bd74..79b8d6f 100644 --- a/remoting/host/mock_objects.h +++ b/remoting/host/mock_objects.h @@ -45,7 +45,7 @@ class MockClientConnection : public ClientConnection { public: MockClientConnection(){} - MOCK_METHOD1(Init, void(ChromotingConnection* connection)); + MOCK_METHOD1(Init, void(ChromotocolConnection* connection)); MOCK_METHOD2(SendInitClientMessage, void(int width, int height)); MOCK_METHOD1(SendVideoPacket, void(const VideoPacket& packet)); MOCK_METHOD0(GetPendingUpdateStreamMessages, int()); |