Changeset 276142 in webkit
- Timestamp:
- Apr 16, 2021, 10:23:50 AM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
animation/CSSPropertyAnimation.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r276141 r276142 1 2021-04-16 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed build fix after Antoine's r276141. 4 5 * animation/CSSPropertyAnimation.cpp: 6 (WebCore::CSSPropertyBlendingContext::CSSPropertyBlendingContext): 7 1 8 2021-04-16 Antoine Quint <graouts@webkit.org> 2 9 -
trunk/Source/WebCore/animation/CSSPropertyAnimation.cpp
r276141 r276142 76 76 77 77 CSSPropertyBlendingContext(double progress, bool isDiscrete, const CSSPropertyBlendingClient* client) 78 : BlendingContext (progress, isDiscrete)78 : BlendingContext { progress, isDiscrete } 79 79 , client(client) 80 80 {
Note:
See TracChangeset
for help on using the changeset viewer.