Index: Source/core/rendering/shapes/ShapeInsideInfo.h |
diff --git a/Source/core/rendering/shapes/ShapeInsideInfo.h b/Source/core/rendering/shapes/ShapeInsideInfo.h |
index 5fe7f4404eb3fae13fd055aaf76b05044727788a..84f81ae913428b085803d21e8b095c3529de18d3 100644 |
--- a/Source/core/rendering/shapes/ShapeInsideInfo.h |
+++ b/Source/core/rendering/shapes/ShapeInsideInfo.h |
@@ -89,7 +89,7 @@ public: |
} |
void clearSegments() { m_segments.clear(); } |
bool adjustLogicalLineTop(float minSegmentWidth); |
- LayoutUnit computeFirstFitPositionForFloat(const LayoutSize) const; |
+ LayoutUnit computeFirstFitPositionForFloat(const FloatSize) const; |
leviw_travelin_and_unemployed
2014/01/10 21:56:52
I don't imagine you mean to pass this const by val
|
void setNeedsLayout(bool value) { m_needsLayout = value; } |
bool needsLayout() { return m_needsLayout; } |