Index: Source/core/rendering/shapes/BoxShape.h |
diff --git a/Source/core/rendering/shapes/BoxShape.h b/Source/core/rendering/shapes/BoxShape.h |
index 823187a7ca9d32ccc8e9af5487672183dc9ae9cd..e5c81636118ad1e2eace2a31c6bba24deff69679 100644 |
--- a/Source/core/rendering/shapes/BoxShape.h |
+++ b/Source/core/rendering/shapes/BoxShape.h |
@@ -48,7 +48,7 @@ public: |
virtual bool isEmpty() const OVERRIDE { return m_bounds.isEmpty(); } |
virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE; |
virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE; |
- virtual bool firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const LayoutSize& minLogicalIntervalSize, LayoutUnit&) const OVERRIDE; |
+ virtual bool firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const FloatSize& minLogicalIntervalSize, LayoutUnit&) const OVERRIDE; |
private: |
FloatRoundedRect shapeMarginBounds() const; |