[webkit-changes] [WebKit/WebKit] 5129c7: LocalSampleBufferDisplayLayer crops frames with a ...

youennf noreply at github.com
Wed Jun 7 01:20:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5129c74d949f2fade9967d3a3266019c629a9358
      https://github.com/WebKit/WebKit/commit/5129c74d949f2fade9967d3a3266019c629a9358
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-06-07 (Wed, 07 Jun 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/avfoundation/objc/LocalSampleBufferDisplayLayer.mm

  Log Message:
  -----------
  LocalSampleBufferDisplayLayer crops frames with a rotation of 90 degrees
https://bugs.webkit.org/show_bug.cgi?id=257747
rdar://110139703

Reviewed by Eric Carlson.

We broke the computation of bounds and position in case of rotations in https://github.com/WebKit/WebKit/commit/0e0d7976dfe09316e3cb57a4786defeb5c5d7eb6.
We update the code to be back to the previous version.

* Source/WebCore/platform/graphics/avfoundation/objc/LocalSampleBufferDisplayLayer.mm:
(WebCore::LocalSampleBufferDisplayLayer::updateRootLayerBoundsAndPosition):

Canonical link: https://commits.webkit.org/264930@main




More information about the webkit-changes mailing list