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

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

Issue 2310043002: Reland of Delete cricket::VideoFrame::GetTimeStamp. (Closed)
Patch Set: Manual rebase. Created 4 years, 3 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 | « webrtc/media/base/videobroadcaster_unittest.cc ('k') | webrtc/media/base/videoframe_unittest.h » ('j') | 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 f61445bfe75948c4e965d72eae2caee91cf26a40..6aa434d79d6fc681e11943edd0e1719f6a2f7ef9 100644
--- a/webrtc/media/base/videoframe.h
+++ b/webrtc/media/base/videoframe.h
@@ -45,13 +45,6 @@ class VideoFrame {
virtual int64_t timestamp_us() const = 0;
virtual void set_timestamp_us(int64_t time_us) = 0;
- // Deprecated methods, for backwards compatibility.
- // TODO(nisse): Delete when usage in Chrome and other applications
- // have been replaced.
- virtual int64_t GetTimeStamp() const {
- return rtc::kNumNanosecsPerMicrosec * timestamp_us();
- }
-
// Indicates the rotation angle in degrees.
virtual webrtc::VideoRotation rotation() const = 0;
« no previous file with comments | « webrtc/media/base/videobroadcaster_unittest.cc ('k') | webrtc/media/base/videoframe_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698