Title: [282633] trunk/Source/WebCore
Revision
282633
Author
[email protected]
Date
2021-09-16 22:15:31 -0700 (Thu, 16 Sep 2021)

Log Message

Unreviewed build fix for Ubuntu LTS/Debian after r282597

* layout/integration/LayoutIntegrationRunIterator.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (282632 => 282633)


--- trunk/Source/WebCore/ChangeLog	2021-09-17 04:18:09 UTC (rev 282632)
+++ trunk/Source/WebCore/ChangeLog	2021-09-17 05:15:31 UTC (rev 282633)
@@ -1,3 +1,9 @@
+2021-09-16  Diego Pino Garcia  <[email protected]>
+
+        Unreviewed build fix for Ubuntu LTS/Debian after r282597
+
+        * layout/integration/LayoutIntegrationRunIterator.cpp:
+
 2021-09-16  Simon Fraser  <[email protected]>
 
         Fix some issues with the code paths that call into ScrollAnimator::contentAreaWillPaint()

Modified: trunk/Source/WebCore/layout/integration/LayoutIntegrationRunIterator.cpp (282632 => 282633)


--- trunk/Source/WebCore/layout/integration/LayoutIntegrationRunIterator.cpp	2021-09-17 04:18:09 UTC (rev 282632)
+++ trunk/Source/WebCore/layout/integration/LayoutIntegrationRunIterator.cpp	2021-09-17 05:15:31 UTC (rev 282633)
@@ -31,6 +31,7 @@
 #include "LayoutIntegrationLineLayout.h"
 #include "RenderBlockFlow.h"
 #include "RenderLineBreak.h"
+#include "RenderView.h"
 
 namespace WebCore {
 namespace LayoutIntegration {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to