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

Unified Diff: webrtc/media/base/videoframe.h

Issue 2283763002: Delete deprecated and unused method VideoFrame::SetTimeStamp. (Closed)
Patch Set: Created 4 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/videoframe.h
diff --git a/webrtc/media/base/videoframe.h b/webrtc/media/base/videoframe.h
index a1393499f9e72742ba5792e790c09cf5fe52baf5..76a4e3b32fa99d6d2e7bb76b57dafcdce059e6f0 100644
--- a/webrtc/media/base/videoframe.h
+++ b/webrtc/media/base/videoframe.h
@@ -51,9 +51,6 @@ class VideoFrame {
virtual int64_t GetTimeStamp() const {
return rtc::kNumNanosecsPerMicrosec * timestamp_us();
}
- virtual void SetTimeStamp(int64_t time_ns) {
- set_timestamp_us(time_ns / rtc::kNumNanosecsPerMicrosec);
- }
// Indicates the rotation angle in degrees.
virtual webrtc::VideoRotation rotation() const = 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698