| Index: Source/core/rendering/shapes/ShapeInfo.h
|
| diff --git a/Source/core/rendering/shapes/ShapeInfo.h b/Source/core/rendering/shapes/ShapeInfo.h
|
| index 977e6c4d9a1b43560bb3cccd7b87d1278f3c9a8b..111f4238fd380d24076360a2405542d23387c74b 100644
|
| --- a/Source/core/rendering/shapes/ShapeInfo.h
|
| +++ b/Source/core/rendering/shapes/ShapeInfo.h
|
| @@ -96,7 +96,7 @@ protected:
|
|
|
| const Shape& computedShape() const;
|
|
|
| - virtual LayoutBox referenceBox() const = 0;
|
| + virtual CSSBoxType referenceBox() const = 0;
|
| virtual LayoutRect computedShapeLogicalBoundingBox() const = 0;
|
| virtual ShapeValue* shapeValue() const = 0;
|
| virtual void getIntervals(LayoutUnit, LayoutUnit, SegmentList&) const = 0;
|
|
|