Index: Source/core/rendering/shapes/RectangleShape.h |
diff --git a/Source/core/rendering/shapes/RectangleShape.h b/Source/core/rendering/shapes/RectangleShape.h |
index 3ed21564959bd1d28722d38a0d2c00a1a895ab4b..d47471da48fc329c883b0361096cda10133f46b5 100644 |
--- a/Source/core/rendering/shapes/RectangleShape.h |
+++ b/Source/core/rendering/shapes/RectangleShape.h |
@@ -51,6 +51,7 @@ public: |
virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(shapeMarginBounds()); } |
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: |
FloatRect shapeMarginBounds() const; |