Index: Source/core/rendering/shapes/RasterShape.h |
diff --git a/Source/core/rendering/shapes/RasterShape.h b/Source/core/rendering/shapes/RasterShape.h |
index 903eabb0527d0ef7cf3acd7e405cf6a078896ff9..d0c91ed56dae5f45d0500b42c4eb69b0e4f60fe4 100644 |
--- a/Source/core/rendering/shapes/RasterShape.h |
+++ b/Source/core/rendering/shapes/RasterShape.h |
@@ -99,7 +99,7 @@ public: |
virtual bool isEmpty() const OVERRIDE { return m_intervals->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: |
const RasterShapeIntervals& marginIntervals() const; |