Changeset 228923 in webkit


Ignore:
Timestamp:
Feb 22, 2018 10:32:43 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Alejandro G. Castro <alex@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:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r228922 r228923  
     12018-02-22  Alejandro G. Castro  <alex@igalia.com>
     2
     3        Remove some code leftovers in LibWebRTCMediaEndpoint and RealtimeOutgoingVideoSource classes
     4        https://bugs.webkit.org/show_bug.cgi?id=183031
     5
     6        Reviewed by Youenn Fablet.
     7
     8        This include and namespace are not required in the file.
     9
     10        Just removing unused code, no tests required.
     11
     12        * Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp:
     13
    1142018-02-22  Chris Dumez  <cdumez@apple.com>
    215
  • trunk/Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp

    r226495 r228923  
    5555#include <wtf/MainThread.h>
    5656
    57 #include <pal/cf/CoreMediaSoftLink.h>
    58 
    5957namespace WebCore {
    60 using namespace PAL;
    6158
    6259LibWebRTCMediaEndpoint::LibWebRTCMediaEndpoint(LibWebRTCPeerConnectionBackend& peerConnection, LibWebRTCProvider& client)
  • trunk/Source/WebCore/platform/mediastream/RealtimeOutgoingVideoSource.cpp

    r223476 r228923  
    3838#include <wtf/MainThread.h>
    3939
    40 #include <pal/cf/CoreMediaSoftLink.h>
    41 #include "CoreVideoSoftLink.h"
    42 
    4340namespace WebCore {
    44 using namespace PAL;
    4541
    4642RealtimeOutgoingVideoSource::RealtimeOutgoingVideoSource(Ref<MediaStreamTrackPrivate>&& videoSource)
Note: See TracChangeset for help on using the changeset viewer.