diff --git a/webrtc/media/base/videoframe.h b/webrtc/media/base/videoframe.h index a1393499f9..76a4e3b32f 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;