Changeset 225749 in webkit


Ignore:
Timestamp:
Dec 11, 2017 10:56:56 AM (6 years ago)
Author:
graouts@webkit.org
Message:

[Web Animations] Implement AnimationPlaybackEvent and AnimationPlaybackEventInit
https://bugs.webkit.org/show_bug.cgi?id=180647
<rdar://problem/35966325>

Reviewed by Dean Jackson.

Unreviewed, fix Windows build.

  • animation/AnimationPlaybackEventInit.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r225748 r225749  
     12017-12-11  Antoine Quint  <graouts@apple.com>
     2
     3        [Web Animations] Implement AnimationPlaybackEvent and AnimationPlaybackEventInit
     4        https://bugs.webkit.org/show_bug.cgi?id=180647
     5        <rdar://problem/35966325>
     6
     7        Reviewed by Dean Jackson.
     8
     9        Unreviewed, fix Windows build.
     10
     11        * animation/AnimationPlaybackEventInit.h:
     12
    1132017-12-11  Zalan Bujtas  <zalan@apple.com>
    214
  • trunk/Source/WebCore/animation/AnimationPlaybackEventInit.h

    r225745 r225749  
    2727
    2828#include "EventInit.h"
     29#include "Optional.h"
    2930
    3031namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.