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

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

Issue 1709863002: Add Cast PLI support on sender side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and addressed comments. Created 4 years, 10 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: chrome/renderer/media/cast_ipc_dispatcher.h
diff --git a/chrome/renderer/media/cast_ipc_dispatcher.h b/chrome/renderer/media/cast_ipc_dispatcher.h
index 3e360ea61614ba98689017491e27983ad6589ef4..ffdf61a954e436980b0e0353bea0f760b4a0ca7d 100644
--- a/chrome/renderer/media/cast_ipc_dispatcher.h
+++ b/chrome/renderer/media/cast_ipc_dispatcher.h
@@ -55,6 +55,7 @@ class CastIPCDispatcher : public IPC::MessageFilter {
void OnRtcpCastMessage(int32_t channel_id,
uint32_t ssrc,
const media::cast::RtcpCastMessage& cast_message);
+ void OnReceivedPli(int32_t channel_id, int32_t ssrc);
void OnReceivedPacket(int32_t channel_id, const media::cast::Packet& packet);
static CastIPCDispatcher* global_instance_;

Powered by Google App Engine
This is Rietveld 408576698