Index: Source/core/rendering/RenderObject.h |
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
index d4302dec22268dae04dc74ff767e8d593bd0159f..dae15b0bdb5c3c29c61f122f621afa369c9dbd2d 100644 |
--- a/Source/core/rendering/RenderObject.h |
+++ b/Source/core/rendering/RenderObject.h |
@@ -846,7 +846,6 @@ public: |
virtual unsigned int length() const { return 1; } |
bool isFloatingOrOutOfFlowPositioned() const { return (isFloating() || isOutOfFlowPositioned()); } |
- bool isFloatingWithShapeOutside() const { return isBox() && isFloating() && style()->shapeOutside(); } |
bool isTransparent() const { return style()->opacity() < 1.0f; } |
float opacity() const { return style()->opacity(); } |