| Index: Source/core/rendering/exclusions/ExclusionShapeOutsideInfo.h
|
| diff --git a/Source/core/rendering/exclusions/ExclusionShapeOutsideInfo.h b/Source/core/rendering/exclusions/ExclusionShapeOutsideInfo.h
|
| index 378c88d922c51e7fa5334d774e04407afccef4b9..07296c73b6c23eb5fc4cd9d4c81470546e7f596f 100644
|
| --- a/Source/core/rendering/exclusions/ExclusionShapeOutsideInfo.h
|
| +++ b/Source/core/rendering/exclusions/ExclusionShapeOutsideInfo.h
|
| @@ -50,7 +50,7 @@ public:
|
| static bool isEnabledFor(const RenderBox*);
|
|
|
| protected:
|
| - virtual FloatRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape()->shapeMarginLogicalBoundingBox(); }
|
| + virtual LayoutRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape()->shapeMarginLogicalBoundingBox(); }
|
|
|
| private:
|
| ExclusionShapeOutsideInfo(const RenderBox* renderer) : ExclusionShapeInfo<RenderBox, &RenderStyle::shapeOutside, &ExclusionShape::getExcludedIntervals>(renderer) { }
|
|
|