Index: Source/core/rendering/shapes/BoxShape.h |
diff --git a/Source/core/rendering/shapes/BoxShape.h b/Source/core/rendering/shapes/BoxShape.h |
index bdb0d035213147a9e52950b28f2e93e558b9c988..7b6cf15ff936d1ca8e92404bbfd59bd21ee2688a 100644 |
--- a/Source/core/rendering/shapes/BoxShape.h |
+++ b/Source/core/rendering/shapes/BoxShape.h |
@@ -45,7 +45,7 @@ public: |
virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE; |
virtual bool isEmpty() const OVERRIDE { return m_bounds.isEmpty(); } |
- virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE; |
+ virtual LineSegment getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const OVERRIDE; |
virtual void buildDisplayPaths(DisplayPaths&) const OVERRIDE; |
private: |