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

Unified Diff: chrome/browser/media/cast_transport_host_filter.h

Issue 288103002: [Cast] EncodedAudioFrame+EncodedVideoFrame+reference_time --> EncodedFrame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/media/cast_transport_host_filter.cc » ('j') | no next file with comments »
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 5ee545ef17a630632c20258d1c11c8d1e853419e..04447da4d778e1bd3aa7d0e8c6111bcbf5499b4c 100644
--- a/chrome/browser/media/cast_transport_host_filter.h
+++ b/chrome/browser/media/cast_transport_host_filter.h
@@ -42,12 +42,10 @@ class CastTransportHostFilter : public content::BrowserMessageFilter {
const media::cast::transport::CastTransportVideoConfig& config);
void OnInsertCodedAudioFrame(
int32 channel_id,
- const media::cast::transport::EncodedAudioFrame& audio_frame,
- base::TimeTicks recorded_time);
+ const media::cast::transport::EncodedFrame& audio_frame);
void OnInsertCodedVideoFrame(
int32 channel_id,
- const media::cast::transport::EncodedVideoFrame& video_frame,
- base::TimeTicks capture_time);
+ const media::cast::transport::EncodedFrame& video_frame);
void OnSendRtcpFromRtpSender(
int32 channel_id,
const media::cast::transport::SendRtcpFromRtpSenderData& data,
« no previous file with comments | « no previous file | chrome/browser/media/cast_transport_host_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698