Index: Source/core/rendering/shapes/PolygonShape.h |
diff --git a/Source/core/rendering/shapes/PolygonShape.h b/Source/core/rendering/shapes/PolygonShape.h |
index 8fa43ac7655d5510c0735e60cc36a9a2324c4152..46b9b4f557080edc2b9afa17c5d93745e4b446e9 100644 |
--- a/Source/core/rendering/shapes/PolygonShape.h |
+++ b/Source/core/rendering/shapes/PolygonShape.h |
@@ -68,7 +68,7 @@ public: |
virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE; |
virtual bool isEmpty() const OVERRIDE { return m_polygon.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: |