[webkit-changes] [WebKit/WebKit] b60e4d: Resizing video on YouTube can result in aliasing

mwyrzykowski noreply at github.com
Mon Jul 24 22:39:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b60e4db278efb963ae5a48fb81e0f71030263b12
      https://github.com/WebKit/WebKit/commit/b60e4db278efb963ae5a48fb81e0f71030263b12
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M Source/WebCore/rendering/RenderVideo.cpp
    M Source/WebCore/rendering/RenderVideo.h

  Log Message:
  -----------
  Resizing video on YouTube can result in aliasing
https://bugs.webkit.org/show_bug.cgi?id=259171
<radar://112172798>

Reviewed by Tim Horton.

Apply the same change as 265672 at main but support it for videos playing
in a fullscreen element as well.

* Source/WebCore/rendering/RenderVideo.cpp:
(WebCore::RenderVideo::videoBox const):
(WebCore::RenderVideo::inElementOrVideoFullscree const):
(WebCore::RenderVideo::updatePlayer):
* Source/WebCore/rendering/RenderVideo.h:

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




More information about the webkit-changes mailing list