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

Unified Diff: media/cast/net/rtp/rtp_defines.cc

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: Speculative workaround fix for win8_chromium_ng compile error. 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
« no previous file with comments | « media/cast/net/rtp/rtp_defines.h ('k') | media/cast/net/rtp/rtp_packetizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtp/rtp_defines.cc
diff --git a/media/cast/net/rtp/rtp_defines.cc b/media/cast/net/rtp/rtp_defines.cc
index 3ce9c81112a7c9c61eb3280d816ef1fb5ce39ae7..38af6133ce693ef7288ebf88adfc84866fab3c1a 100644
--- a/media/cast/net/rtp/rtp_defines.cc
+++ b/media/cast/net/rtp/rtp_defines.cc
@@ -11,7 +11,6 @@ RtpCastHeader::RtpCastHeader()
: marker(false),
payload_type(0),
sequence_number(0),
- rtp_timestamp(0),
sender_ssrc(0),
is_key_frame(false),
frame_id(0),
« no previous file with comments | « media/cast/net/rtp/rtp_defines.h ('k') | media/cast/net/rtp/rtp_packetizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698