Title: [270217] trunk/Source/WebCore
- Revision
- 270217
- Author
- [email protected]
- Date
- 2020-11-28 06:07:27 -0800 (Sat, 28 Nov 2020)
Log Message
Unreviewed, GTK LTS build fix after r270195
* rendering/RenderInline.cpp:
(WebCore::RenderInline::linesBoundingBox const):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (270216 => 270217)
--- trunk/Source/WebCore/ChangeLog 2020-11-28 12:52:02 UTC (rev 270216)
+++ trunk/Source/WebCore/ChangeLog 2020-11-28 14:07:27 UTC (rev 270217)
@@ -1,3 +1,10 @@
+2020-11-28 Philippe Normand <[email protected]>
+
+ Unreviewed, GTK LTS build fix after r270195
+
+ * rendering/RenderInline.cpp:
+ (WebCore::RenderInline::linesBoundingBox const):
+
2020-11-27 Simon Fraser <[email protected]>
[LFC Display] Implement basic overflow:hidden clipping
Modified: trunk/Source/WebCore/rendering/RenderInline.cpp (270216 => 270217)
--- trunk/Source/WebCore/rendering/RenderInline.cpp 2020-11-28 12:52:02 UTC (rev 270216)
+++ trunk/Source/WebCore/rendering/RenderInline.cpp 2020-11-28 14:07:27 UTC (rev 270217)
@@ -610,8 +610,10 @@
IntRect RenderInline::linesBoundingBox() const
{
+#if ENABLE(LAYOUT_FORMATTING_CONTEXT)
if (auto* layout = LayoutIntegration::LineLayout::containing(*this))
return enclosingIntRect(layout->enclosingBorderBoxRectFor(*this));
+#endif
if (!alwaysCreateLineBoxes()) {
ASSERT(!firstLineBox());
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes