[webkit-changes] [WebKit/WebKit] 0b2532: [view-transitions] Always invalidate geometry in `...
Tim Nguyen
noreply at github.com
Mon Jun 17 07:20:33 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0b2532e6caba28c8b61b06ca99b416f47ca8190c
https://github.com/WebKit/WebKit/commit/0b2532e6caba28c8b61b06ca99b416f47ca8190c
Author: Tim Nguyen <ntim at apple.com>
Date: 2024-06-17 (Mon, 17 Jun 2024)
Changed paths:
M Source/WebCore/rendering/RenderObject.cpp
Log Message:
-----------
[view-transitions] Always invalidate geometry in `RenderObject::setCapturedInViewTransition`
https://bugs.webkit.org/show_bug.cgi?id=275560
rdar://129981804
Reviewed by Matt Woodrow.
`RenderLayerBacking::updateTransform` and `RenderLayerBacking::updateGeometry` both have changes based on `renderer().effectiveCapturedInViewTransition()`.
Probably safer and more consistent to invalidate in all cases, not just in the RenderView one.
* Source/WebCore/rendering/RenderObject.cpp:
(WebCore::RenderObject::setCapturedInViewTransition):
Canonical link: https://commits.webkit.org/280067@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list