Title: [228923] trunk/Source/WebCore
Revision
228923
Author
commit-qu...@webkit.org
Date
2018-02-22 10:32:43 -0800 (Thu, 22 Feb 2018)

Log Message

Remove some code leftovers in LibWebRTCMediaEndpoint and RealtimeOutgoingVideoSource classes
https://bugs.webkit.org/show_bug.cgi?id=183031

Patch by Alejandro G. Castro <a...@igalia.com> on 2018-02-22
Reviewed by Youenn Fablet.

This include and namespace are not required in the file.

Just removing unused code, no tests required.

* Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (228922 => 228923)


--- trunk/Source/WebCore/ChangeLog	2018-02-22 18:29:26 UTC (rev 228922)
+++ trunk/Source/WebCore/ChangeLog	2018-02-22 18:32:43 UTC (rev 228923)
@@ -1,3 +1,16 @@
+2018-02-22  Alejandro G. Castro  <a...@igalia.com>
+
+        Remove some code leftovers in LibWebRTCMediaEndpoint and RealtimeOutgoingVideoSource classes
+        https://bugs.webkit.org/show_bug.cgi?id=183031
+
+        Reviewed by Youenn Fablet.
+
+        This include and namespace are not required in the file.
+
+        Just removing unused code, no tests required.
+
+        * Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp:
+
 2018-02-22  Chris Dumez  <cdu...@apple.com>
 
         Document.open() cancels existing provisional load but not navigation policy check

Modified: trunk/Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp (228922 => 228923)


--- trunk/Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp	2018-02-22 18:29:26 UTC (rev 228922)
+++ trunk/Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp	2018-02-22 18:32:43 UTC (rev 228923)
@@ -54,10 +54,7 @@
 #include <wtf/CurrentTime.h>
 #include <wtf/MainThread.h>
 
-#include <pal/cf/CoreMediaSoftLink.h>
-
 namespace WebCore {
-using namespace PAL;
 
 LibWebRTCMediaEndpoint::LibWebRTCMediaEndpoint(LibWebRTCPeerConnectionBackend& peerConnection, LibWebRTCProvider& client)
     : m_peerConnectionBackend(peerConnection)

Modified: trunk/Source/WebCore/platform/mediastream/RealtimeOutgoingVideoSource.cpp (228922 => 228923)


--- trunk/Source/WebCore/platform/mediastream/RealtimeOutgoingVideoSource.cpp	2018-02-22 18:29:26 UTC (rev 228922)
+++ trunk/Source/WebCore/platform/mediastream/RealtimeOutgoingVideoSource.cpp	2018-02-22 18:32:43 UTC (rev 228923)
@@ -37,11 +37,7 @@
 #include <wtf/CurrentTime.h>
 #include <wtf/MainThread.h>
 
-#include <pal/cf/CoreMediaSoftLink.h>
-#include "CoreVideoSoftLink.h"
-
 namespace WebCore {
-using namespace PAL;
 
 RealtimeOutgoingVideoSource::RealtimeOutgoingVideoSource(Ref<MediaStreamTrackPrivate>&& videoSource)
     : m_videoSource(WTFMove(videoSource))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to