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

Unified Diff: ppapi/examples/video_effects/video_effects.html

Issue 2446173002: Use RTCPeerConnection instead of webkitRTCPeerConnection (Closed)
Patch Set: rebase Created 4 years, 2 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: ppapi/examples/video_effects/video_effects.html
diff --git a/ppapi/examples/video_effects/video_effects.html b/ppapi/examples/video_effects/video_effects.html
index fa37d59b81c489506c45916c10be8166b2663445..54697534ca2e5ac3ce566e88b647e4faf0550124 100644
--- a/ppapi/examples/video_effects/video_effects.html
+++ b/ppapi/examples/video_effects/video_effects.html
@@ -49,7 +49,6 @@ textarea {
width="320" height="240"/>
<script>
-var RTCPeerConnection = webkitRTCPeerConnection;
var getUserMedia = navigator.webkitGetUserMedia.bind(navigator);
var attachMediaStream = function(element, stream) {
element.src = URL.createObjectURL(stream);
« no previous file with comments | « content/test/data/media/peerconnection-call.html ('k') | third_party/WebKit/LayoutTests/fast/mediastream/constructors.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698