| Index: Source/core/rendering/shapes/ShapeOutsideInfo.h
|
| diff --git a/Source/core/rendering/shapes/ShapeOutsideInfo.h b/Source/core/rendering/shapes/ShapeOutsideInfo.h
|
| index cbc95acc66b23c8921785a9ec0e046fcff67a102..36276e91fdb628b98a17c55150f0bad29819dc27 100644
|
| --- a/Source/core/rendering/shapes/ShapeOutsideInfo.h
|
| +++ b/Source/core/rendering/shapes/ShapeOutsideInfo.h
|
| @@ -101,6 +101,8 @@ protected:
|
| { }
|
|
|
| private:
|
| + PassOwnPtr<Shape> createShapeForImage(StyleImage*, float shapeImageThreshold, WritingMode, float margin) const;
|
| +
|
| LayoutUnit logicalTopOffset() const;
|
| LayoutUnit logicalLeftOffset() const;
|
|
|
|
|