Index: Source/core/rendering/RenderFlexibleBox.h |
diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h |
index b147b24f0e46d7de2d43a549ae0c6c314b53466c..f82a44579a494d82231c772056becae8f047cb1f 100644 |
--- a/Source/core/rendering/RenderFlexibleBox.h |
+++ b/Source/core/rendering/RenderFlexibleBox.h |
@@ -61,6 +61,8 @@ public: |
protected: |
virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE; |
+ virtual bool supportsPartialLayout() const OVERRIDE { return false; } |
+ |
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle); |
private: |