⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 276142 in webkit


Ignore:
Timestamp:
Apr 16, 2021, 10:23:50 AM (5 years ago)
Author:
Chris Dumez
Message:

Unreviewed build fix after Antoine's r276141.

  • animation/CSSPropertyAnimation.cpp:

(WebCore::CSSPropertyBlendingContext::CSSPropertyBlendingContext):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r276141 r276142  
     12021-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
    182021-04-16  Antoine Quint  <graouts@webkit.org>
    29
  • trunk/Source/WebCore/animation/CSSPropertyAnimation.cpp

    r276141 r276142  
    7676
    7777    CSSPropertyBlendingContext(double progress, bool isDiscrete, const CSSPropertyBlendingClient* client)
    78         : BlendingContext(progress, isDiscrete)
     78        : BlendingContext { progress, isDiscrete }
    7979        , client(client)
    8080    {
Note: See TracChangeset for help on using the changeset viewer.