Title: [282960] trunk/Source/WebCore
Revision
282960
Author
[email protected]
Date
2021-09-23 08:27:42 -0700 (Thu, 23 Sep 2021)

Log Message

[IFC][Integration] RenderDeprecatedFlexibleBox::setIsStretchingChildren is unused after r282873
https://bugs.webkit.org/show_bug.cgi?id=230627

Reviewed by Antti Koivisto.

* rendering/RenderDeprecatedFlexibleBox.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (282959 => 282960)


--- trunk/Source/WebCore/ChangeLog	2021-09-23 14:11:56 UTC (rev 282959)
+++ trunk/Source/WebCore/ChangeLog	2021-09-23 15:27:42 UTC (rev 282960)
@@ -1,3 +1,12 @@
+2021-09-23  Alan Bujtas  <[email protected]>
+
+        [IFC][Integration] RenderDeprecatedFlexibleBox::setIsStretchingChildren is unused after r282873
+        https://bugs.webkit.org/show_bug.cgi?id=230627
+
+        Reviewed by Antti Koivisto.
+
+        * rendering/RenderDeprecatedFlexibleBox.h:
+
 2021-09-23  Antti Koivisto  <[email protected]>
 
         Factor LegacyInlineFlowBox painting into a class

Modified: trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h (282959 => 282960)


--- trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h	2021-09-23 14:11:56 UTC (rev 282959)
+++ trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h	2021-09-23 15:27:42 UTC (rev 282960)
@@ -45,7 +45,6 @@
     void layoutVerticalBox(bool relayoutChildren);
 
     bool isStretchingChildren() const { return m_stretchingChildren; }
-    void setIsStretchingChildren(bool isStretching) { m_stretchingChildren = isStretching; }
 
     bool avoidsFloats() const override { return true; }
     bool canDropAnonymousBlockChild() const override { return false; }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to