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

Unified Diff: media/cast/rtcp/test_rtcp_packet_builder.h

Issue 266373008: Cast: Fix rtcp event dedup logic in rtcp_receiver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: media/cast/rtcp/test_rtcp_packet_builder.h
diff --git a/media/cast/rtcp/test_rtcp_packet_builder.h b/media/cast/rtcp/test_rtcp_packet_builder.h
index 7aa0fd5a1ab52ac9fbd03101fdc2a43bc2ad4264..eb4a2b7f89d350356925bd39d192436e29ef2165 100644
--- a/media/cast/rtcp/test_rtcp_packet_builder.h
+++ b/media/cast/rtcp/test_rtcp_packet_builder.h
@@ -87,7 +87,7 @@ class TestRtcpPacketBuilder {
int num_events,
uint32 event_timesamp_base);
void AddReceiverEventLog(uint16 event_data,
- uint8 event_id,
+ CastLoggingEvent event,
uint16 event_timesamp_delta);
scoped_ptr<Packet> GetPacket();

Powered by Google App Engine
This is Rietveld 408576698