| 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 53d16737e5ecf5784be508b73adb2c613f3439d0..947be57798827e4a15d8d43d2df93624eecccba3 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();
|
|
|