Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1635)

Unified Diff: content/renderer/media/rtc_video_decoder_unittest.cc

Issue 11141008: Roll libjingle to r204 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more changes Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/media/rtc_video_capturer.cc ('k') | third_party/libjingle/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/rtc_video_decoder_unittest.cc
diff --git a/content/renderer/media/rtc_video_decoder_unittest.cc b/content/renderer/media/rtc_video_decoder_unittest.cc
index 0aacdab8dfa4e768f8fb1a4d94fced57f5417ea6..f37b610cfa74476c4cf1aada5b6882bcf01b98cd 100644
--- a/content/renderer/media/rtc_video_decoder_unittest.cc
+++ b/content/renderer/media/rtc_video_decoder_unittest.cc
@@ -152,6 +152,10 @@ class MockVideoTrack : public webrtc::VideoTrackInterface {
webrtc::ObserverInterface* observer) OVERRIDE {
NOTIMPLEMENTED();
}
+ virtual webrtc::VideoSourceInterface* GetSource() const OVERRIDE {
+ NOTIMPLEMENTED();
+ return NULL;
+ }
MOCK_METHOD1(AddRenderer, void(webrtc::VideoRendererInterface* renderer));
MOCK_METHOD1(RemoveRenderer, void(webrtc::VideoRendererInterface* renderer));
« no previous file with comments | « content/renderer/media/rtc_video_capturer.cc ('k') | third_party/libjingle/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698