| Index: third_party/WebCore/Modules/mediastream/RTCSessionDescriptionCallback.idl
|
| diff --git a/third_party/WebCore/Modules/mediastream/IceCallback.idl b/third_party/WebCore/Modules/mediastream/RTCSessionDescriptionCallback.idl
|
| similarity index 92%
|
| copy from third_party/WebCore/Modules/mediastream/IceCallback.idl
|
| copy to third_party/WebCore/Modules/mediastream/RTCSessionDescriptionCallback.idl
|
| index 69d646f203a22cf4f2748f6adf9f1a4f27c1709b..5be75e92099306b2431feca115debcc9488329db 100644
|
| --- a/third_party/WebCore/Modules/mediastream/IceCallback.idl
|
| +++ b/third_party/WebCore/Modules/mediastream/RTCSessionDescriptionCallback.idl
|
| @@ -28,13 +28,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -module p2p {
|
| +module mediastream {
|
|
|
| interface [
|
| Conditional=MEDIA_STREAM,
|
| Callback
|
| - ] IceCallback {
|
| - boolean handleEvent(in IceCandidate candidate, in boolean moreToFollow, in PeerConnection00 source);
|
| + ] RTCSessionDescriptionCallback {
|
| + boolean handleEvent(in RTCSessionDescription sdp);
|
| };
|
|
|
| }
|
|
|