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

Unified Diff: content/renderer/media/webrtc/media_stream_remote_video_source.cc

Issue 1888003002: Drop dependency on webrtc's tick_utils.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: content/renderer/media/webrtc/media_stream_remote_video_source.cc
diff --git a/content/renderer/media/webrtc/media_stream_remote_video_source.cc b/content/renderer/media/webrtc/media_stream_remote_video_source.cc
index 8bac9d7047e3817855d318da26bb11e93701d2f2..b82695e2137cdb10d4f6839b6931d1ac4b1c1cd2 100644
--- a/content/renderer/media/webrtc/media_stream_remote_video_source.cc
+++ b/content/renderer/media/webrtc/media_stream_remote_video_source.cc
@@ -19,7 +19,6 @@
#include "media/base/video_util.h"
#include "third_party/webrtc/media/base/videoframe.h"
#include "third_party/webrtc/media/base/videosinkinterface.h"
-#include "third_party/webrtc/system_wrappers/include/tick_util.h"
namespace content {
@@ -71,8 +70,7 @@ MediaStreamRemoteVideoSource::RemoteVideoSourceDelegate::
// the offset, 2) the rate (i.e., one clock runs faster than the other).
// See http://crbug/516700
time_diff_(base::TimeTicks::Now() - base::TimeTicks() -
perkj_webrtc 2016/04/14 13:46:23 Isn't all these methods from the same clock in the
nisse-webrtc 2016/04/19 11:12:41 I haven't yet tried to understand time sources in
- base::TimeDelta::FromMicroseconds(
- webrtc::TickTime::MicrosecondTimestamp())) {}
+ base::TimeDelta::FromMicroseconds(rtc::TimeMicros())) {}
MediaStreamRemoteVideoSource::
RemoteVideoSourceDelegate::~RemoteVideoSourceDelegate() {
« content/renderer/media/rtc_video_encoder.cc ('K') | « content/renderer/media/rtc_video_encoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698