Title: [293306] trunk/Source/WebCore
Revision
293306
Author
[email protected]
Date
2022-04-24 13:28:58 -0700 (Sun, 24 Apr 2022)

Log Message

[Win][WinCairo] Unreviewed build fix
https://bugs.webkit.org/show_bug.cgi?id=239692
<rdar://problem/92222456>

* Headers.cmake: Added necessary headers of WebCore/layout.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (293305 => 293306)


--- trunk/Source/WebCore/ChangeLog	2022-04-24 18:00:03 UTC (rev 293305)
+++ trunk/Source/WebCore/ChangeLog	2022-04-24 20:28:58 UTC (rev 293306)
@@ -1,3 +1,11 @@
+2022-04-24  Fujii Hironori  <[email protected]>
+
+        [Win][WinCairo] Unreviewed build fix
+        https://bugs.webkit.org/show_bug.cgi?id=239692
+        <rdar://problem/92222456>
+
+        * Headers.cmake: Added necessary headers of WebCore/layout.
+
 2022-04-24  Alan Bujtas  <[email protected]>
 
         Fix a typo (r293297)

Modified: trunk/Source/WebCore/Headers.cmake (293305 => 293306)


--- trunk/Source/WebCore/Headers.cmake	2022-04-24 18:00:03 UTC (rev 293305)
+++ trunk/Source/WebCore/Headers.cmake	2022-04-24 20:28:58 UTC (rev 293306)
@@ -970,10 +970,14 @@
 
     inspector/agents/InspectorPageAgent.h
 
+    layout/FormattingState.h
     layout/LayoutState.h
     layout/LayoutUnits.h
     layout/MarginTypes.h
 
+    layout/formattingContexts/FormattingConstraints.h
+    layout/formattingContexts/FormattingContext.h
+
     layout/formattingContexts/flex/FlexFormattingState.h
 
     layout/formattingContexts/inline/display/InlineDisplayBox.h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to