Title: [292244] trunk/Source
Revision
292244
Author
dp...@igalia.com
Date
2022-04-01 17:25:06 -0700 (Fri, 01 Apr 2022)

Log Message

Source/WebCore:
Unreviewed, fix non-unified build after r292208

* css/typedom/ComputedStylePropertyMapReadOnly.cpp:
* css/typedom/StylePropertyMapReadOnly.cpp:
* page/FrameSnapshotting.h:
* page/InteractionRegion.cpp:
* platform/graphics/gbm/GBMDevice.cpp:

Source/WebKit:
Unreviewed, fix non-unified build after r292218

* Platform/IPC/unix/IPCSemaphoreUnix.cpp:
* UIProcess/Notifications/WebNotificationManagerProxy.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (292243 => 292244)


--- trunk/Source/WebCore/ChangeLog	2022-04-02 00:23:55 UTC (rev 292243)
+++ trunk/Source/WebCore/ChangeLog	2022-04-02 00:25:06 UTC (rev 292244)
@@ -1,3 +1,13 @@
+2022-04-01  Diego Pino Garcia  <dp...@igalia.com>
+
+        Unreviewed, fix non-unified build after r292208
+
+        * css/typedom/ComputedStylePropertyMapReadOnly.cpp:
+        * css/typedom/StylePropertyMapReadOnly.cpp:
+        * page/FrameSnapshotting.h:
+        * page/InteractionRegion.cpp:
+        * platform/graphics/gbm/GBMDevice.cpp:
+
 2022-04-01  Yusuke Suzuki  <ysuz...@apple.com>
 
         Change one-shot maxTimerNestingLevel from 5 to 10

Modified: trunk/Source/WebCore/css/typedom/ComputedStylePropertyMapReadOnly.cpp (292243 => 292244)


--- trunk/Source/WebCore/css/typedom/ComputedStylePropertyMapReadOnly.cpp	2022-04-02 00:23:55 UTC (rev 292243)
+++ trunk/Source/WebCore/css/typedom/ComputedStylePropertyMapReadOnly.cpp	2022-04-02 00:25:06 UTC (rev 292244)
@@ -32,6 +32,7 @@
 #include "CSSPropertyParser.h"
 #include "Element.h"
 #include "RenderStyle.h"
+#include "StylePropertyShorthand.h"
 #include "StyleScope.h"
 #include <wtf/KeyValuePair.h>
 

Modified: trunk/Source/WebCore/css/typedom/StylePropertyMapReadOnly.cpp (292243 => 292244)


--- trunk/Source/WebCore/css/typedom/StylePropertyMapReadOnly.cpp	2022-04-02 00:23:55 UTC (rev 292243)
+++ trunk/Source/WebCore/css/typedom/StylePropertyMapReadOnly.cpp	2022-04-02 00:25:06 UTC (rev 292244)
@@ -39,6 +39,7 @@
 #include "CSSStyleValueFactory.h"
 #include "CSSUnitValue.h"
 #include "CSSUnparsedValue.h"
+#include "CSSValueList.h"
 #include "Document.h"
 
 namespace WebCore {

Modified: trunk/Source/WebCore/page/FrameSnapshotting.h (292243 => 292244)


--- trunk/Source/WebCore/page/FrameSnapshotting.h	2022-04-02 00:23:55 UTC (rev 292243)
+++ trunk/Source/WebCore/page/FrameSnapshotting.h	2022-04-02 00:25:06 UTC (rev 292244)
@@ -29,8 +29,10 @@
 
 #pragma once
 
+#include "Color.h"
 #include "DestinationColorSpace.h"
 #include "PixelFormat.h"
+#include "SimpleRange.h"
 #include <memory>
 #include <wtf/OptionSet.h>
 

Modified: trunk/Source/WebCore/page/InteractionRegion.cpp (292243 => 292244)


--- trunk/Source/WebCore/page/InteractionRegion.cpp	2022-04-02 00:23:55 UTC (rev 292243)
+++ trunk/Source/WebCore/page/InteractionRegion.cpp	2022-04-02 00:25:06 UTC (rev 292244)
@@ -37,6 +37,7 @@
 #include "Page.h"
 #include "PathUtilities.h"
 #include "PlatformMouseEvent.h"
+#include "RenderBox.h"
 #include "SimpleRange.h"
 #include <wtf/NeverDestroyed.h>
 

Modified: trunk/Source/WebCore/platform/graphics/gbm/GBMDevice.cpp (292243 => 292244)


--- trunk/Source/WebCore/platform/graphics/gbm/GBMDevice.cpp	2022-04-02 00:23:55 UTC (rev 292243)
+++ trunk/Source/WebCore/platform/graphics/gbm/GBMDevice.cpp	2022-04-02 00:25:06 UTC (rev 292244)
@@ -32,6 +32,7 @@
 #include <fcntl.h>
 #include <gbm.h>
 #include <mutex>
+#include <unistd.h>
 #include <wtf/StdLibExtras.h>
 #include <xf86drm.h>
 

Modified: trunk/Source/WebKit/ChangeLog (292243 => 292244)


--- trunk/Source/WebKit/ChangeLog	2022-04-02 00:23:55 UTC (rev 292243)
+++ trunk/Source/WebKit/ChangeLog	2022-04-02 00:25:06 UTC (rev 292244)
@@ -1,3 +1,10 @@
+2022-04-01  Diego Pino Garcia  <dp...@igalia.com>
+
+        Unreviewed, fix non-unified build after r292218
+
+        * Platform/IPC/unix/IPCSemaphoreUnix.cpp:
+        * UIProcess/Notifications/WebNotificationManagerProxy.h:
+
 2022-04-01  Tusooa Zhu  <tus...@kazv.moe>
 
         Expose WebKitWebView from WPEQtView

Modified: trunk/Source/WebKit/Platform/IPC/unix/IPCSemaphoreUnix.cpp (292243 => 292244)


--- trunk/Source/WebKit/Platform/IPC/unix/IPCSemaphoreUnix.cpp	2022-04-02 00:23:55 UTC (rev 292243)
+++ trunk/Source/WebKit/Platform/IPC/unix/IPCSemaphoreUnix.cpp	2022-04-02 00:25:06 UTC (rev 292244)
@@ -24,6 +24,8 @@
  */
 
 #include "config.h"
+#include "Decoder.h"
+#include "Encoder.h"
 #include "IPCSemaphore.h"
 
 #include <wtf/UniStdExtras.h>

Modified: trunk/Source/WebKit/UIProcess/Notifications/WebNotificationManagerProxy.h (292243 => 292244)


--- trunk/Source/WebKit/UIProcess/Notifications/WebNotificationManagerProxy.h	2022-04-02 00:23:55 UTC (rev 292243)
+++ trunk/Source/WebKit/UIProcess/Notifications/WebNotificationManagerProxy.h	2022-04-02 00:25:06 UTC (rev 292244)
@@ -30,6 +30,7 @@
 #include "WebContextSupplement.h"
 #include "WebPageProxyIdentifier.h"
 #include <WebCore/NotificationClient.h>
+#include <pal/SessionID.h>
 #include <wtf/HashMap.h>
 #include <wtf/UUID.h>
 #include <wtf/text/StringHash.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to