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

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

Issue 322953004: Cast: Don't cancel re-transmission for some cases (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: media/cast/transport/cast_transport_sender_impl.h
diff --git a/media/cast/transport/cast_transport_sender_impl.h b/media/cast/transport/cast_transport_sender_impl.h
index 0f440fb5076a01725e1e03dc2d084ecaade3e11c..5e0e2599e5153305128181134973ec275d639d03 100644
--- a/media/cast/transport/cast_transport_sender_impl.h
+++ b/media/cast/transport/cast_transport_sender_impl.h
@@ -66,7 +66,8 @@ class CastTransportSenderImpl : public CastTransportSender {
const std::string& c_name) OVERRIDE;
virtual void ResendPackets(bool is_audio,
- const MissingFramesAndPacketsMap& missing_packets)
+ const MissingFramesAndPacketsMap& missing_packets,
+ bool cancel_rtx_not_in_list)
OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698