Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5de5fc19e58abc56edc1b957ebb2df2e8b76ff9a
https://github.com/WebKit/WebKit/commit/5de5fc19e58abc56edc1b957ebb2df2e8b76ff9a
Author: Andy Estes <[email protected]>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm
M
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm
Log Message:
-----------
REGRESSION(267188@main): Calls to videoInlineSize() were mistakenly replaced
with presentationSize()
https://bugs.webkit.org/show_bug.cgi?id=260826
rdar://114591335
Reviewed by Jer Noble.
In the refactoring done in 267188@main, two calls to
MediaPlayer::videoInlineSize() were mistakenly
replaced with calls to MediaPlayer::presentationSize() rather than
MediaPlayer::videoLayerSize().
Fixed the unintentional behavior change.
*
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:
(WebCore::MediaPlayerPrivateAVFoundationObjC::createAVPlayerLayer):
*
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:
(WebCore::MediaPlayerPrivateMediaSourceAVFObjC::ensureLayer):
Canonical link: https://commits.webkit.org/267374@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes