Index: Source/core/rendering/RenderObject.h |
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
index b34a4235ee08b37d0d093df6affd9f596ff6f124..5aaffc05fff8596fb824619329770613e7372f18 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 |
@@ -1074,8 +1076,6 @@ private: |
Color selectionColor(int colorProperty) const; |
- void removeShapeImageClient(ShapeValue*); |
- |
#ifndef NDEBUG |
void checkBlockPositionedObjectsNeedLayout(); |
#endif |