Index: Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h |
=================================================================== |
--- Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h (revision 119642) |
+++ Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h (working copy) |
@@ -40,6 +40,8 @@ |
void calcHorizontalPrefWidths(); |
void calcVerticalPrefWidths(); |
+ virtual void styleWillChange(StyleDifference, const RenderStyle* newStyle) OVERRIDE; |
+ |
virtual void layoutBlock(bool relayoutChildren, LayoutUnit pageHeight = 0); |
void layoutHorizontalBox(bool relayoutChildren); |
void layoutVerticalBox(bool relayoutChildren); |
@@ -65,6 +67,7 @@ |
private: |
void applyLineClamp(FlexBoxIterator&, bool relayoutChildren); |
+ void clearLineClamp(); |
}; |
} // namespace WebCore |