| Index: Source/core/rendering/shapes/ShapeInsideInfo.h
|
| diff --git a/Source/core/rendering/shapes/ShapeInsideInfo.h b/Source/core/rendering/shapes/ShapeInsideInfo.h
|
| index 7828c05033f6a469bf9afb4f32d46dc11ce1a132..9b55603ef27f8983de598a53f6f14e7c7710f98a 100644
|
| --- a/Source/core/rendering/shapes/ShapeInsideInfo.h
|
| +++ b/Source/core/rendering/shapes/ShapeInsideInfo.h
|
| @@ -96,11 +96,11 @@ public:
|
|
|
| virtual bool lineOverlapsShapeBounds() const OVERRIDE
|
| {
|
| - return computedShape()->lineOverlapsShapePaddingBounds(m_shapeLineTop, m_lineHeight);
|
| + return computedShape()->lineOverlapsShapePaddingBounds(m_referenceBoxLineTop, m_lineHeight);
|
| }
|
|
|
| protected:
|
| - virtual LayoutBox resolvedLayoutBox() const OVERRIDE
|
| + virtual LayoutBox referenceBox() const OVERRIDE
|
| {
|
| if (shapeValue()->layoutBox() == BoxMissing)
|
| return ContentBox;
|
|
|