Title: [265615] branches/safari-610.1-branch/Source/WebCore/platform/graphics/ImageUtilities.h
Revision
265615
Author
[email protected]
Date
2020-08-13 11:38:39 -0700 (Thu, 13 Aug 2020)

Log Message

Unreviewed build fix, rdar://problem/66945359

unknown type name "WorkQueue"

Modified Paths

Diff

Modified: branches/safari-610.1-branch/Source/WebCore/platform/graphics/ImageUtilities.h (265614 => 265615)


--- branches/safari-610.1-branch/Source/WebCore/platform/graphics/ImageUtilities.h	2020-08-13 18:16:21 UTC (rev 265614)
+++ branches/safari-610.1-branch/Source/WebCore/platform/graphics/ImageUtilities.h	2020-08-13 18:38:39 UTC (rev 265615)
@@ -25,6 +25,8 @@
 
 #pragma once
 
+#include <wtf/WorkQueue.h>
+
 namespace WebCore {
 
 WEBCORE_EXPORT WorkQueue& sharedImageTranscodingQueue();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to