diff options
author | kxing@chromium.org <kxing@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-26 19:27:22 +0000 |
---|---|---|
committer | kxing@chromium.org <kxing@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-26 19:27:22 +0000 |
commit | a24884bf81e66c7ee45c0d113460059470b123d8 (patch) | |
tree | eb660714cb58b8c02021ce1be5d78b948a5b548f /remoting/protocol/video_stub.h | |
parent | a3ed8b6f8ce7336594049ad20aa4f9ecd95db006 (diff) | |
download | chromium_src-a24884bf81e66c7ee45c0d113460059470b123d8.zip chromium_src-a24884bf81e66c7ee45c0d113460059470b123d8.tar.gz chromium_src-a24884bf81e66c7ee45c0d113460059470b123d8.tar.bz2 |
Renamed VideoStub::GetPendingPackets() to VideoStub::GetPendingVideoPackets()
BUG=133823
Review URL: https://chromiumcodereview.appspot.com/10662021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144236 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/video_stub.h')
-rw-r--r-- | remoting/protocol/video_stub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/video_stub.h b/remoting/protocol/video_stub.h index 801f02f..20ab8ed 100644 --- a/remoting/protocol/video_stub.h +++ b/remoting/protocol/video_stub.h @@ -25,7 +25,7 @@ class VideoStub { const base::Closure& done) = 0; // Returns number of packets currently pending in the buffer. - virtual int GetPendingPackets() = 0; + virtual int GetPendingVideoPackets() = 0; protected: VideoStub() { } |