Index: Source/core/rendering/exclusions/ExclusionShapeInsideInfo.h |
diff --git a/Source/core/rendering/exclusions/ExclusionShapeInsideInfo.h b/Source/core/rendering/exclusions/ExclusionShapeInsideInfo.h |
index abaa5a886e8c48fd055c49741b72a0dd98d4aa38..ab60456bf9c2feea9201dcb4aeef510ff61b01fb 100644 |
--- a/Source/core/rendering/exclusions/ExclusionShapeInsideInfo.h |
+++ b/Source/core/rendering/exclusions/ExclusionShapeInsideInfo.h |
@@ -96,7 +96,7 @@ public: |
bool needsLayout() { return m_needsLayout; } |
protected: |
- virtual FloatRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape()->shapePaddingLogicalBoundingBox(); } |
+ virtual LayoutRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape()->shapePaddingLogicalBoundingBox(); } |
private: |
ExclusionShapeInsideInfo(const RenderBlock* renderer) |