| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index 6d1442d78dbc005e4914a30bb725bced069c1ad1..23739a3fc0a38219aa2ff9276a1643a26bbbf6a6 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -581,6 +581,8 @@ public:
|
|
|
| bool hasBlendMode() const;
|
|
|
| + bool hasShapeOutside() const { return style() && style()->shapeOutside(); }
|
| +
|
| inline bool preservesNewline() const;
|
|
|
| // The pseudo element style can be cached or uncached. Use the cached method if the pseudo element doesn't respect
|
| @@ -1075,8 +1077,6 @@ private:
|
|
|
| Color selectionColor(int colorProperty) const;
|
|
|
| - void removeShapeImageClient(ShapeValue*);
|
| -
|
| #ifndef NDEBUG
|
| void checkBlockPositionedObjectsNeedLayout();
|
| #endif
|
|
|