Title: [292404] trunk/Source/WebKit
Revision
292404
Author
timothy_hor...@apple.com
Date
2022-04-05 11:04:05 -0700 (Tue, 05 Apr 2022)

Log Message

Fix the CG_DISPLAY_LIST_BACKED_IMAGE_BUFFER build

* Shared/RemoteLayerTree/CGDisplayListImageBufferBackend.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (292403 => 292404)


--- trunk/Source/WebKit/ChangeLog	2022-04-05 17:58:46 UTC (rev 292403)
+++ trunk/Source/WebKit/ChangeLog	2022-04-05 18:04:05 UTC (rev 292404)
@@ -1,3 +1,9 @@
+2022-04-05  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the CG_DISPLAY_LIST_BACKED_IMAGE_BUFFER build
+
+        * Shared/RemoteLayerTree/CGDisplayListImageBufferBackend.h:
+
 2022-04-05  Yury Semikhatsky  <yu...@chromium.org>
 
         Do not create network process in ~WebsiteDataStore destructor

Modified: trunk/Source/WebKit/Shared/RemoteLayerTree/CGDisplayListImageBufferBackend.h (292403 => 292404)


--- trunk/Source/WebKit/Shared/RemoteLayerTree/CGDisplayListImageBufferBackend.h	2022-04-05 17:58:46 UTC (rev 292403)
+++ trunk/Source/WebKit/Shared/RemoteLayerTree/CGDisplayListImageBufferBackend.h	2022-04-05 18:04:05 UTC (rev 292404)
@@ -28,6 +28,7 @@
 #if ENABLE(CG_DISPLAY_LIST_BACKED_IMAGE_BUFFER)
 
 #include "ImageBufferBackendHandleSharing.h"
+#include <WebCore/ImageBuffer.h>
 #include <WebCore/ImageBufferCGBackend.h>
 #include <wtf/IsoMalloc.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to