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

Unified Diff: webrtc/test/frame_generator_unittest.cc

Issue 2633493002: Delete VideoFrame::set_render_time_ms. (Closed)
Patch Set: Add deprecation comments. Created 3 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
Index: webrtc/test/frame_generator_unittest.cc
diff --git a/webrtc/test/frame_generator_unittest.cc b/webrtc/test/frame_generator_unittest.cc
index 843a4c348cdb490d4659146d201207dff10cf02a..8867c0154e76360d681f07bd756a5e4070dfc7ff 100644
--- a/webrtc/test/frame_generator_unittest.cc
+++ b/webrtc/test/frame_generator_unittest.cc
@@ -75,7 +75,7 @@ class FrameGeneratorTest : public ::testing::Test {
// Mutate to something arbitrary non-zero.
frame->set_ntp_time_ms(11);
- frame->set_render_time_ms(12);
+ frame->set_timestamp_us(12);
frame->set_timestamp(13);
}

Powered by Google App Engine
This is Rietveld 408576698