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

Unified Diff: talk/app/webrtc/videotrack_unittest.cc

Issue 1668473003: Delete backwards compatibility cruft from cricket::VideoFrame and VideoSourceInterface. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 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 | « talk/app/webrtc/videosourceinterface.h ('k') | talk/media/base/videoframe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/videotrack_unittest.cc
diff --git a/talk/app/webrtc/videotrack_unittest.cc b/talk/app/webrtc/videotrack_unittest.cc
index fd7b87d30e12b4a18bafb84126db6dc65e2693ac..491c45bcaa79a69a3f2a4801804aebbaac8ed7f4 100644
--- a/talk/app/webrtc/videotrack_unittest.cc
+++ b/talk/app/webrtc/videotrack_unittest.cc
@@ -120,7 +120,7 @@ TEST_F(VideoTrackTest, DisableTrackBlackout) {
ASSERT_FALSE(renderer_input == NULL);
cricket::WebRtcVideoFrame frame;
- frame.InitToBlack(100, 200, 1, 1, 0);
+ frame.InitToBlack(100, 200, 0);
// Make it not all-black
frame.GetUPlane()[0] = 0;
« no previous file with comments | « talk/app/webrtc/videosourceinterface.h ('k') | talk/media/base/videoframe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698