| Index: Source/core/rendering/shapes/PolygonShape.h
|
| diff --git a/Source/core/rendering/shapes/PolygonShape.h b/Source/core/rendering/shapes/PolygonShape.h
|
| index 35d7efefd28d38f38ad7779921851d48e307f3b5..f7171c929f43493e509ea2324a23baf4cbc92739 100644
|
| --- a/Source/core/rendering/shapes/PolygonShape.h
|
| +++ b/Source/core/rendering/shapes/PolygonShape.h
|
| @@ -69,6 +69,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 void buildDisplayPaths(DisplayPaths&) const OVERRIDE;
|
|
|
| private:
|
| FloatPolygon m_polygon;
|
|
|