Title: [225749] trunk/Source/WebCore
- Revision
- 225749
- Author
- [email protected]
- Date
- 2017-12-11 10:56:56 -0800 (Mon, 11 Dec 2017)
Log 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:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (225748 => 225749)
--- trunk/Source/WebCore/ChangeLog 2017-12-11 18:23:48 UTC (rev 225748)
+++ trunk/Source/WebCore/ChangeLog 2017-12-11 18:56:56 UTC (rev 225749)
@@ -1,3 +1,15 @@
+2017-12-11 Antoine Quint <[email protected]>
+
+ [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:
+
2017-12-11 Zalan Bujtas <[email protected]>
FloatingObjects/FloatingObject classes should hold weak references to renderers
Modified: trunk/Source/WebCore/animation/AnimationPlaybackEventInit.h (225748 => 225749)
--- trunk/Source/WebCore/animation/AnimationPlaybackEventInit.h 2017-12-11 18:23:48 UTC (rev 225748)
+++ trunk/Source/WebCore/animation/AnimationPlaybackEventInit.h 2017-12-11 18:56:56 UTC (rev 225749)
@@ -26,6 +26,7 @@
#pragma once
#include "EventInit.h"
+#include "Optional.h"
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes