| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index ac9462f73910d0dbe23ccc828005c2807dda3866..836868f7f2041b89d8141c2ecf15542e61194b1e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -822,10 +822,7 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
|
| return isOutOfFlowPositioned() && !style()->hasAutoClip();
|
| }
|
| bool hasOverflowClip() const { return m_bitfields.hasOverflowClip(); }
|
| - bool hasClipRelatedProperty() const {
|
| - return hasClip() || hasOverflowClip() || hasClipPath() ||
|
| - style()->containsPaint();
|
| - }
|
| + bool hasClipRelatedProperty() const;
|
|
|
| bool hasTransformRelatedProperty() const {
|
| return m_bitfields.hasTransformRelatedProperty();
|
|
|