Index: Source/core/layout/LayoutFieldset.h |
diff --git a/Source/core/layout/LayoutFieldset.h b/Source/core/layout/LayoutFieldset.h |
index d1de67cdc9c9017c7eb8ce7b3fed5f9d20a610a7..26356afc166e123a2ead8ea07a55d90bcd29ec96 100644 |
--- a/Source/core/layout/LayoutFieldset.h |
+++ b/Source/core/layout/LayoutFieldset.h |
@@ -42,7 +42,6 @@ private: |
virtual LayoutObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) override; |
- virtual void computePreferredLogicalWidths() override; |
a.suchit2
2015/07/09 10:09:54
Do not remove this function.
Earlier changes are
|
virtual bool avoidsFloats() const override { return true; } |
virtual void paintBoxDecorationBackground(const PaintInfo&, const LayoutPoint&) override; |