Title: [272303] trunk/Source/WebCore
- Revision
- 272303
- Author
- [email protected]
- Date
- 2021-02-03 01:44:05 -0800 (Wed, 03 Feb 2021)
Log Message
Animation of "rotate" or "scale" property does not correctly account for static "translate" property
https://bugs.webkit.org/show_bug.cgi?id=219894
<rdar://problem/72342798>
Unreviewed build fix for Mojave.
* platform/graphics/ca/GraphicsLayerCA.cpp:
(WebCore::GraphicsLayerCA::updateAnimations):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (272302 => 272303)
--- trunk/Source/WebCore/ChangeLog 2021-02-03 08:42:02 UTC (rev 272302)
+++ trunk/Source/WebCore/ChangeLog 2021-02-03 09:44:05 UTC (rev 272303)
@@ -1,3 +1,14 @@
+2021-02-01 Antoine Quint <[email protected]>
+
+ Animation of "rotate" or "scale" property does not correctly account for static "translate" property
+ https://bugs.webkit.org/show_bug.cgi?id=219894
+ <rdar://problem/72342798>
+
+ Unreviewed build fix for Mojave.
+
+ * platform/graphics/ca/GraphicsLayerCA.cpp:
+ (WebCore::GraphicsLayerCA::updateAnimations):
+
2021-02-03 Ziran Sun <[email protected]>
[css-grid] WPT test css/css-grid/grid-model/grid-box-sizing-001.html fails
Modified: trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp (272302 => 272303)
--- trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp 2021-02-03 08:42:02 UTC (rev 272302)
+++ trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp 2021-02-03 09:44:05 UTC (rev 272303)
@@ -3074,6 +3074,7 @@
if (earliestBeginTime)
earliestBeginTime += animationGroupBeginTime;
+ Vector<RefPtr<PlatformCAAnimation>> caAnimations;
if (earliestBeginTime > currentTime) {
if (auto* baseValueTransformAnimation = makeBaseValueTransformAnimation(property, TransformationMatrixSource::AskClient, earliestBeginTime)) {
prepareAnimationForAddition(*baseValueTransformAnimation);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes