| 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 2d9ee9665dc36394032cc6623affb81618c2fc03..604677fd513c8cfb4fc6c14ea46f9836ef103bc6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -813,10 +813,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();
|
|
|