summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/mediastream/RTCPeerConnectionHandlerClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/mediastream/RTCPeerConnectionHandlerClient.h')
-rw-r--r--Source/WebCore/platform/mediastream/RTCPeerConnectionHandlerClient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/mediastream/RTCPeerConnectionHandlerClient.h b/Source/WebCore/platform/mediastream/RTCPeerConnectionHandlerClient.h
index 708f64ed2..33b904260 100644
--- a/Source/WebCore/platform/mediastream/RTCPeerConnectionHandlerClient.h
+++ b/Source/WebCore/platform/mediastream/RTCPeerConnectionHandlerClient.h
@@ -63,6 +63,7 @@ public:
virtual ~RTCPeerConnectionHandlerClient() { }
+ virtual void negotiationNeeded() = 0;
virtual void didGenerateIceCandidate(PassRefPtr<RTCIceCandidateDescriptor>) = 0;
virtual void didChangeReadyState(ReadyState) = 0;
virtual void didChangeIceState(IceState) = 0;