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

Unified Diff: chrome/renderer/media/cast_transport_sender_ipc.h

Issue 322953004: Cast: Don't cancel re-transmission for some cases (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged again Created 6 years, 6 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 | « chrome/common/cast_messages.h ('k') | chrome/renderer/media/cast_transport_sender_ipc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/cast_transport_sender_ipc.h
diff --git a/chrome/renderer/media/cast_transport_sender_ipc.h b/chrome/renderer/media/cast_transport_sender_ipc.h
index a5c63f926d35d3e72d191437dc9c0253178efcfb..ef1775320f5ad09e90b14a4b395e49f7e3a58fe3 100644
--- a/chrome/renderer/media/cast_transport_sender_ipc.h
+++ b/chrome/renderer/media/cast_transport_sender_ipc.h
@@ -47,7 +47,8 @@ class CastTransportSenderIPC
const std::string& c_name) OVERRIDE;
virtual void ResendPackets(
bool is_audio,
- const media::cast::transport::MissingFramesAndPacketsMap& missing_packets)
+ const media::cast::transport::MissingFramesAndPacketsMap& missing_packets,
+ bool cancel_rtx_if_not_in_list)
OVERRIDE;
void OnReceivedPacket(const media::cast::transport::Packet& packet);
« no previous file with comments | « chrome/common/cast_messages.h ('k') | chrome/renderer/media/cast_transport_sender_ipc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698