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

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

Issue 2305623002: Delete cricket::VideoFrame::GetTimeStamp. (Closed)
Patch Set: 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
Index: webrtc/media/base/videoframe.h
diff --git a/webrtc/media/base/videoframe.h b/webrtc/media/base/videoframe.h
index 156da25112af7810d265e67676ec5a7fda125dc8..bd7393463b78164595f506eaa3a3f9a934eafd0a 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;

Powered by Google App Engine
This is Rietveld 408576698