| Index: Source/core/rendering/shapes/BoxShape.h
|
| diff --git a/Source/core/rendering/shapes/BoxShape.h b/Source/core/rendering/shapes/BoxShape.h
|
| index 42ce2e8649af83e8ba395fcbe263b725a79a100c..06a51489615519284a5c1966acd13e2c6c594434 100644
|
| --- a/Source/core/rendering/shapes/BoxShape.h
|
| +++ b/Source/core/rendering/shapes/BoxShape.h
|
| @@ -46,6 +46,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 void buildDisplayPaths(DisplayPaths&) const OVERRIDE;
|
|
|
| private:
|
| FloatRoundedRect shapeMarginBounds() const;
|
|
|