Index: Source/core/rendering/shapes/RasterShape.h |
diff --git a/Source/core/rendering/shapes/RasterShape.h b/Source/core/rendering/shapes/RasterShape.h |
index eaffa811c79a92f7fb08678b370c83895b2fe688..006cce86da6d3b7d2360b252d174a4cd75d7cc6a 100644 |
--- a/Source/core/rendering/shapes/RasterShape.h |
+++ b/Source/core/rendering/shapes/RasterShape.h |
@@ -89,7 +89,7 @@ public: |
virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(marginIntervals().bounds()); } |
virtual bool isEmpty() const OVERRIDE { return m_intervals->isEmpty(); } |
- virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE; |
+ virtual LineSegment getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const OVERRIDE; |
virtual void buildDisplayPaths(DisplayPaths& paths) const OVERRIDE |
{ |
m_intervals->buildBoundsPath(paths.shape); |