Title: [268998] trunk/Source/WebCore
Revision
268998
Author
[email protected]
Date
2020-10-26 15:11:47 -0700 (Mon, 26 Oct 2020)

Log Message

Unreviewed non-unified build fix

* animation/KeyframeEffectStack.h: Add missing forward declaration for RenderStyle.
* workers/WorkerOrWorkletThread.cpp: Add missing headers ThreadGlobalData.h and WorkerOrWorkletGlobalScope.h

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (268997 => 268998)


--- trunk/Source/WebCore/ChangeLog	2020-10-26 21:49:20 UTC (rev 268997)
+++ trunk/Source/WebCore/ChangeLog	2020-10-26 22:11:47 UTC (rev 268998)
@@ -1,3 +1,10 @@
+2020-10-26  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed non-unified build fix
+
+        * animation/KeyframeEffectStack.h: Add missing forward declaration for RenderStyle.
+        * workers/WorkerOrWorkletThread.cpp: Add missing headers ThreadGlobalData.h and WorkerOrWorkletGlobalScope.h
+
 2020-10-26  Truitt Savell  <[email protected]>
 
         Unreviewed, reverting r268947.

Modified: trunk/Source/WebCore/animation/KeyframeEffectStack.h (268997 => 268998)


--- trunk/Source/WebCore/animation/KeyframeEffectStack.h	2020-10-26 21:49:20 UTC (rev 268997)
+++ trunk/Source/WebCore/animation/KeyframeEffectStack.h	2020-10-26 22:11:47 UTC (rev 268998)
@@ -34,6 +34,7 @@
 namespace WebCore {
 
 class KeyframeEffect;
+class RenderStyle;
 
 class KeyframeEffectStack {
     WTF_MAKE_FAST_ALLOCATED;

Modified: trunk/Source/WebCore/workers/WorkerOrWorkletThread.cpp (268997 => 268998)


--- trunk/Source/WebCore/workers/WorkerOrWorkletThread.cpp	2020-10-26 21:49:20 UTC (rev 268997)
+++ trunk/Source/WebCore/workers/WorkerOrWorkletThread.cpp	2020-10-26 22:11:47 UTC (rev 268998)
@@ -26,6 +26,8 @@
 #include "config.h"
 #include "WorkerOrWorkletThread.h"
 
+#include "ThreadGlobalData.h"
+#include "WorkerOrWorkletGlobalScope.h"
 #include "WorkerOrWorkletScriptController.h"
 
 #if PLATFORM(IOS_FAMILY)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to