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

Unified Diff: chrome/browser/media/cast_transport_host_filter.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: Compile fixes for cast_messages.h for chromeos cross-compiles. 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 | « no previous file | chrome/browser/media/cast_transport_host_filter.cc » ('j') | chrome/common/cast_messages.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/cast_transport_host_filter.h
diff --git a/chrome/browser/media/cast_transport_host_filter.h b/chrome/browser/media/cast_transport_host_filter.h
index 094d7e7f62c38b805752e1baf62472be06142a42..4ff1c405d3376a07c26775bb52569b0ea2e5abd4 100644
--- a/chrome/browser/media/cast_transport_host_filter.h
+++ b/chrome/browser/media/cast_transport_host_filter.h
@@ -58,7 +58,7 @@ class CastTransportHostFilter : public content::BrowserMessageFilter {
int32 channel_id,
uint32 ssrc,
base::TimeTicks current_time,
- uint32 current_time_as_rtp_timestamp);
+ media::cast::RtpTimeTicks current_time_as_rtp_timestamp);
void OnCancelSendingFrames(int32 channel_id, uint32 ssrc,
const std::vector<uint32>& frame_ids);
void OnResendFrameForKickstart(int32 channel_id, uint32 ssrc,
« no previous file with comments | « no previous file | chrome/browser/media/cast_transport_host_filter.cc » ('j') | chrome/common/cast_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698