Changeset 254465 in webkit


Ignore:
Timestamp:
Jan 13, 2020 3:57:50 PM (4 years ago)
Author:
youenn@apple.com
Message:

Clean-up MediaPlayerPrivateMediaStreamAVFObjC.h/.mm
https://bugs.webkit.org/show_bug.cgi?id=206060

Reviewed by Eric Carlson.

No change of behavior.

  • platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaStreamAVFObjC.h:
  • platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaStreamAVFObjC.mm:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r254464 r254465  
     12020-01-13  youenn fablet  <youenn@apple.com>
     2
     3        Clean-up MediaPlayerPrivateMediaStreamAVFObjC.h/.mm
     4        https://bugs.webkit.org/show_bug.cgi?id=206060
     5
     6        Reviewed by Eric Carlson.
     7
     8        No change of behavior.
     9
     10        * platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaStreamAVFObjC.h:
     11        * platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaStreamAVFObjC.mm:
     12
    1132020-01-13  Mark Lam  <mark.lam@apple.com>
    214
  • trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaStreamAVFObjC.h

    r254446 r254465  
    11/*
    2  * Copyright (C) 2015-2017 Apple Inc. All rights reserved.
     2 * Copyright (C) 2015-2020 Apple Inc. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 #ifndef MediaPlayerPrivateMediaStreamAVFObjC_h
    27 #define MediaPlayerPrivateMediaStreamAVFObjC_h
     26#pragma once
    2827
    2928#if ENABLE(MEDIA_STREAM) && USE(AVFOUNDATION)
     
    3231#include "MediaSample.h"
    3332#include "MediaStreamPrivate.h"
    34 #include <CoreGraphics/CGAffineTransform.h>
    3533#include <wtf/Deque.h>
    36 #include <wtf/Function.h>
     34#include <wtf/Forward.h>
    3735#include <wtf/LoggerHelper.h>
    38 #include <wtf/MediaTime.h>
    3936#include <wtf/WeakPtr.h>
    4037
    41 OBJC_CLASS AVSampleBufferAudioRenderer;
    4238OBJC_CLASS AVSampleBufferDisplayLayer;
    43 OBJC_CLASS AVSampleBufferRenderSynchronizer;
    44 OBJC_CLASS AVStreamSession;
    45 OBJC_CLASS NSNumber;
    4639OBJC_CLASS WebAVSampleBufferStatusChangeListener;
    4740
     
    284277
    285278#endif // ENABLE(MEDIA_STREAM) && USE(AVFOUNDATION)
    286 
    287 #endif // MediaPlayerPrivateMediaStreamAVFObjC_h
  • trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaStreamAVFObjC.mm

    r254446 r254465  
    3737#import "VideoTrackPrivateMediaStream.h"
    3838#import <AVFoundation/AVSampleBufferDisplayLayer.h>
     39#import <CoreGraphics/CGAffineTransform.h>
    3940#import <QuartzCore/CALayer.h>
    4041#import <QuartzCore/CATransaction.h>
     
    4344#import <pal/spi/mac/AVFoundationSPI.h>
    4445#import <pal/system/Clock.h>
     46#import <wtf/Deque.h>
    4547#import <wtf/Function.h>
    4648#import <wtf/MainThread.h>
Note: See TracChangeset for help on using the changeset viewer.