[webkit-reviews] review granted: [Bug 202049] Setting border-radius on <video> element clips top and left sections of video : [Attachment 381389] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 21 08:40:30 PDT 2019


zalan <zalan at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 202049: Setting border-radius on <video> element clips top and left
sections of video
https://bugs.webkit.org/show_bug.cgi?id=202049

Attachment 381389: Patch

https://bugs.webkit.org/attachment.cgi?id=381389&action=review




--- Comment #5 from zalan <zalan at apple.com> ---
Comment on attachment 381389
  --> https://bugs.webkit.org/attachment.cgi?id=381389
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=381389&action=review

> Source/WebCore/rendering/RenderLayerBacking.cpp:1934
> +	      
contentsClippingRect.move(LayoutSize(-clipLayer->offsetFromRenderer()));

moveBy()? or LayoutSize { }


More information about the webkit-reviews mailing list