Title: [256705] trunk/Source/WebCore
- Revision
- 256705
- Author
- [email protected]
- Date
- 2020-02-15 14:02:38 -0800 (Sat, 15 Feb 2020)
Log Message
Unreviewed build fix for non-unified builds.
No new tests needed.
* animation/AnimationEventBase.cpp: Add missing include.
* animation/DeclarativeAnimation.cpp: Ditto.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (256704 => 256705)
--- trunk/Source/WebCore/ChangeLog 2020-02-15 22:01:23 UTC (rev 256704)
+++ trunk/Source/WebCore/ChangeLog 2020-02-15 22:02:38 UTC (rev 256705)
@@ -1,3 +1,12 @@
+2020-02-15 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed build fix for non-unified builds.
+
+ No new tests needed.
+
+ * animation/AnimationEventBase.cpp: Add missing include.
+ * animation/DeclarativeAnimation.cpp: Ditto.
+
2020-02-15 Zalan Bujtas <[email protected]>
[LFC][BFC] ConstraintsPair is only needed for the pre-computed vertical position
Modified: trunk/Source/WebCore/animation/AnimationEventBase.cpp (256704 => 256705)
--- trunk/Source/WebCore/animation/AnimationEventBase.cpp 2020-02-15 22:01:23 UTC (rev 256704)
+++ trunk/Source/WebCore/animation/AnimationEventBase.cpp 2020-02-15 22:02:38 UTC (rev 256705)
@@ -26,6 +26,7 @@
#include "config.h"
#include "AnimationEventBase.h"
+#include "WebAnimation.h"
#include "WebAnimationUtilities.h"
#include <wtf/IsoMallocInlines.h>
Modified: trunk/Source/WebCore/animation/DeclarativeAnimation.cpp (256704 => 256705)
--- trunk/Source/WebCore/animation/DeclarativeAnimation.cpp 2020-02-15 22:01:23 UTC (rev 256704)
+++ trunk/Source/WebCore/animation/DeclarativeAnimation.cpp 2020-02-15 22:02:38 UTC (rev 256705)
@@ -27,6 +27,7 @@
#include "DeclarativeAnimation.h"
#include "Animation.h"
+#include "AnimationEvent.h"
#include "CSSAnimation.h"
#include "CSSTransition.h"
#include "DocumentTimeline.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes