Title: [256480] branches/safari-609-branch/Source/WebCore

Diff

Modified: branches/safari-609-branch/Source/WebCore/ChangeLog (256479 => 256480)


--- branches/safari-609-branch/Source/WebCore/ChangeLog	2020-02-12 22:50:19 UTC (rev 256479)
+++ branches/safari-609-branch/Source/WebCore/ChangeLog	2020-02-12 22:50:22 UTC (rev 256480)
@@ -1,3 +1,7 @@
+2020-02-12  Alan Coon  <[email protected]>
+
+        Revert r256457. rdar://problem/59298138
+
 2020-02-12  Russell Epstein  <[email protected]>
 
         Cherry-pick r256060. rdar://problem/59298138

Modified: branches/safari-609-branch/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaStreamAVFObjC.h (256479 => 256480)


--- branches/safari-609-branch/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaStreamAVFObjC.h	2020-02-12 22:50:19 UTC (rev 256479)
+++ branches/safari-609-branch/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaStreamAVFObjC.h	2020-02-12 22:50:22 UTC (rev 256480)
@@ -257,17 +257,9 @@
     PlaybackState m_playbackState { PlaybackState::None };
     MediaSample::VideoRotation m_videoRotation { MediaSample::VideoRotation::None };
     CGAffineTransform m_videoTransform;
-    std::unique_ptr<SampleBufferDisplayLayer> m_sampleBufferDisplayLayer;
-
-    Ref<const Logger> m_logger;
-    const void* m_logIdentifier;
     std::unique_ptr<VideoFullscreenLayerManagerObjC> m_videoFullscreenLayerManager;
 
-    // SampleBufferDisplayLayer::Client
-    void sampleBufferDisplayLayerStatusDidChange(SampleBufferDisplayLayer&) final;
 
-    RetainPtr<WebRootSampleBufferBoundsChangeListener> m_boundsChangeListener;
-
     bool m_videoMirrored { false };
     bool m_playing { false };
     bool m_muted { false };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to