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

Unified Diff: media/cast/net/cast_transport_sender_impl.h

Issue 1515433002: Replace uses of raw uint32's with a type-checked RtpTimeTicks data type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: media/cast/net/cast_transport_sender_impl.h
diff --git a/media/cast/net/cast_transport_sender_impl.h b/media/cast/net/cast_transport_sender_impl.h
index 09b42999175cbaedad7b09515d9ba2485ae75397..d755e8834aca2ee3ad56b2765cd1c6da18019e48 100644
--- a/media/cast/net/cast_transport_sender_impl.h
+++ b/media/cast/net/cast_transport_sender_impl.h
@@ -103,7 +103,7 @@ class CastTransportSenderImpl : public CastTransportSender {
void SendSenderReport(uint32 ssrc,
base::TimeTicks current_time,
- uint32 current_time_as_rtp_timestamp) final;
+ RtpTimeTicks current_time_as_rtp_timestamp) final;
void CancelSendingFrames(uint32 ssrc,
const std::vector<uint32>& frame_ids) final;

Powered by Google App Engine
This is Rietveld 408576698