Index: Source/core/rendering/RenderFlexibleBox.h |
diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h |
index cfec2ad4310abbbefa70f90e63354bf05e8d9bb2..342a6a73e6ea28e6d3b87b84b26ea93fcc1eb2cb 100644 |
--- a/Source/core/rendering/RenderFlexibleBox.h |
+++ b/Source/core/rendering/RenderFlexibleBox.h |
@@ -112,6 +112,7 @@ private: |
LayoutUnit flowAwareMarginBeforeForChild(RenderBox* child) const; |
LayoutUnit crossAxisMarginExtentForChild(RenderBox* child) const; |
LayoutUnit crossAxisScrollbarExtent() const; |
+ LayoutUnit crossAxisScrollbarExtentForChild(RenderBox* child) const; |
LayoutPoint flowAwareLocationForChild(RenderBox* child) const; |
// FIXME: Supporting layout deltas. |
void setFlowAwareLocationForChild(RenderBox* child, const LayoutPoint&); |