Title: [274256] trunk/Source/WebCore
Revision
274256
Author
[email protected]
Date
2021-03-10 17:44:56 -0800 (Wed, 10 Mar 2021)

Log Message

Unreviewed attempt to fix Windows build after r274252.

* platform/graphics/cg/ColorSpaceCG.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (274255 => 274256)


--- trunk/Source/WebCore/ChangeLog	2021-03-11 01:36:54 UTC (rev 274255)
+++ trunk/Source/WebCore/ChangeLog	2021-03-11 01:44:56 UTC (rev 274256)
@@ -6,6 +6,12 @@
 
 2021-03-10  Chris Dumez  <[email protected]>
 
+        Unreviewed attempt to fix Windows build after r274252.
+
+        * platform/graphics/cg/ColorSpaceCG.cpp:
+
+2021-03-10  Chris Dumez  <[email protected]>
+
         Use RetainPtr<> / OSObjectPtr<> more in WebKit
         https://bugs.webkit.org/show_bug.cgi?id=223030
 

Modified: trunk/Source/WebCore/platform/graphics/cg/ColorSpaceCG.cpp (274255 => 274256)


--- trunk/Source/WebCore/platform/graphics/cg/ColorSpaceCG.cpp	2021-03-11 01:36:54 UTC (rev 274255)
+++ trunk/Source/WebCore/platform/graphics/cg/ColorSpaceCG.cpp	2021-03-11 01:44:56 UTC (rev 274256)
@@ -31,6 +31,7 @@
 #include <mutex>
 #include <pal/spi/cg/CoreGraphicsSPI.h>
 #include <wtf/NeverDestroyed.h>
+#include <wtf/RetainPtr.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to