Index: Source/core/rendering/shapes/BoxShape.h |
diff --git a/Source/core/rendering/shapes/BoxShape.h b/Source/core/rendering/shapes/BoxShape.h |
index 70f067b8208ecf891f9793a28a9ac5abadd8e3d7..42ce2e8649af83e8ba395fcbe263b725a79a100c 100644 |
--- a/Source/core/rendering/shapes/BoxShape.h |
+++ b/Source/core/rendering/shapes/BoxShape.h |
@@ -44,15 +44,11 @@ public: |
} |
virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE; |
- virtual LayoutRect shapePaddingLogicalBoundingBox() const OVERRIDE; |
virtual bool isEmpty() const OVERRIDE { return m_bounds.isEmpty(); } |
virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE; |
- virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE; |
- virtual bool firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const FloatSize& minLogicalIntervalSize, LayoutUnit&) const OVERRIDE; |
private: |
FloatRoundedRect shapeMarginBounds() const; |
- FloatRoundedRect shapePaddingBounds() const; |
FloatRoundedRect m_bounds; |
}; |