Skip to content

Commit 2aeaaaa

Browse files
committed
[IFC][Integration] RenderDeprecatedFlexibleBox::setIsStretchingChildren is unused after r282873
https://bugs.webkit.org/show_bug.cgi?id=230627 Reviewed by Antti Koivisto. * rendering/RenderDeprecatedFlexibleBox.h: Canonical link: https://commits.webkit.org/242050@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@282960 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 1207afa commit 2aeaaaa

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Source/WebCore/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2021-09-23 Alan Bujtas <zalan@apple.com>
2+
3+
[IFC][Integration] RenderDeprecatedFlexibleBox::setIsStretchingChildren is unused after r282873
4+
https://bugs.webkit.org/show_bug.cgi?id=230627
5+
6+
Reviewed by Antti Koivisto.
7+
8+
* rendering/RenderDeprecatedFlexibleBox.h:
9+
110
2021-09-23 Antti Koivisto <antti@apple.com>
211

312
Factor LegacyInlineFlowBox painting into a class

Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class RenderDeprecatedFlexibleBox final : public RenderBlock {
4545
void layoutVerticalBox(bool relayoutChildren);
4646

4747
bool isStretchingChildren() const { return m_stretchingChildren; }
48-
void setIsStretchingChildren(bool isStretching) { m_stretchingChildren = isStretching; }
4948

5049
bool avoidsFloats() const override { return true; }
5150
bool canDropAnonymousBlockChild() const override { return false; }

0 commit comments

Comments
 (0)