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

Unified Diff: webrtc/video/video_receive_stream.h

Issue 2693123002: Make Call::OnRecoveredPacket parse RTP header and call OnRtpPacket. (Closed)
Patch Set: Update fuzzer. Created 3 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: webrtc/video/video_receive_stream.h
diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h
index 73bacdd520e0d6cdf827a8dc48fc6c4f53707a56..ca797e2a3e7a2a1d41d481c1f6cb90024707c3c2 100644
--- a/webrtc/video/video_receive_stream.h
+++ b/webrtc/video/video_receive_stream.h
@@ -60,8 +60,6 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
void SignalNetworkState(NetworkState state);
bool DeliverRtcp(const uint8_t* packet, size_t length);
- bool OnRecoveredPacket(const uint8_t* packet, size_t length);
-
void SetSync(Syncable* audio_syncable);
// Implements webrtc::VideoReceiveStream.

Powered by Google App Engine
This is Rietveld 408576698