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

Unified Diff: webrtc/api/video/video_frame.h

Issue 2633493002: Delete VideoFrame::set_render_time_ms. (Closed)
Patch Set: Keep timestamp override in ViEEncoder::OnFrame for now. Hopefully fixes tests. 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
« no previous file with comments | « no previous file | webrtc/api/video/video_frame.cc » ('j') | webrtc/video/vie_encoder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/video/video_frame.h
diff --git a/webrtc/api/video/video_frame.h b/webrtc/api/video/video_frame.h
index f960fa92008eee8abca1a004ee58e8251f5c4f90..6f5ee936f61c8c102d549fbbef86e2cacbec7840 100644
--- a/webrtc/api/video/video_frame.h
+++ b/webrtc/api/video/video_frame.h
@@ -89,9 +89,6 @@ class VideoFrame {
VideoRotation rotation() const { return rotation_; }
void set_rotation(VideoRotation rotation) { rotation_ = rotation; }
- // Set render time in milliseconds.
- void set_render_time_ms(int64_t render_time_ms);
-
// Get render time in milliseconds.
int64_t render_time_ms() const;
« no previous file with comments | « no previous file | webrtc/api/video/video_frame.cc » ('j') | webrtc/video/vie_encoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698