Index: webrtc/video/video_send_stream_tests.cc |
diff --git a/webrtc/video/video_send_stream_tests.cc b/webrtc/video/video_send_stream_tests.cc |
index c54bb4300e214d7af4c1b623ed0fef235d40592a..01267735e073a2e35677d4aef72686caa26f6cf1 100644 |
--- a/webrtc/video/video_send_stream_tests.cc |
+++ b/webrtc/video/video_send_stream_tests.cc |
@@ -1298,7 +1298,7 @@ |
memset(buffer.get(), data, kSizeY); |
VideoFrame frame; |
frame.CreateFrame(buffer.get(), buffer.get(), buffer.get(), width, height, |
- width, width / 2, width / 2, kVideoRotation_0); |
+ width, width / 2, width / 2); |
frame.set_timestamp(data); |
frame.set_render_time_ms(data); |
return frame; |