Title: [276142] trunk/Source/WebCore
- Revision
- 276142
- Author
- [email protected]
- Date
- 2021-04-16 10:23:50 -0700 (Fri, 16 Apr 2021)
Log Message
Unreviewed build fix after Antoine's r276141.
* animation/CSSPropertyAnimation.cpp:
(WebCore::CSSPropertyBlendingContext::CSSPropertyBlendingContext):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (276141 => 276142)
--- trunk/Source/WebCore/ChangeLog 2021-04-16 16:55:43 UTC (rev 276141)
+++ trunk/Source/WebCore/ChangeLog 2021-04-16 17:23:50 UTC (rev 276142)
@@ -1,3 +1,10 @@
+2021-04-16 Chris Dumez <[email protected]>
+
+ Unreviewed build fix after Antoine's r276141.
+
+ * animation/CSSPropertyAnimation.cpp:
+ (WebCore::CSSPropertyBlendingContext::CSSPropertyBlendingContext):
+
2021-04-16 Antoine Quint <[email protected]>
Refactor parameters to blending functions
Modified: trunk/Source/WebCore/animation/CSSPropertyAnimation.cpp (276141 => 276142)
--- trunk/Source/WebCore/animation/CSSPropertyAnimation.cpp 2021-04-16 16:55:43 UTC (rev 276141)
+++ trunk/Source/WebCore/animation/CSSPropertyAnimation.cpp 2021-04-16 17:23:50 UTC (rev 276142)
@@ -75,7 +75,7 @@
const CSSPropertyBlendingClient* client { nullptr };
CSSPropertyBlendingContext(double progress, bool isDiscrete, const CSSPropertyBlendingClient* client)
- : BlendingContext(progress, isDiscrete)
+ : BlendingContext { progress, isDiscrete }
, client(client)
{
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes