| 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 24d0de5a637d374eb96825d9339f2475ed226889..b315fcdf57fdfa6fd0307dda85f504f80d65c165 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -712,6 +712,7 @@ public:
|
| bool hasClipRelatedProperty() const { return hasClip() || hasOverflowClip() || style()->containsPaint(); }
|
|
|
| bool hasTransformRelatedProperty() const { return m_bitfields.hasTransformRelatedProperty(); }
|
| + bool isTransformApplicable() const { return isBox() || isSVG(); }
|
| bool hasMask() const { return style() && style()->hasMask(); }
|
| bool hasClipPath() const { return style() && style()->clipPath(); }
|
| bool hasHiddenBackface() const { return style() && style()->backfaceVisibility() == BackfaceVisibilityHidden; }
|
|
|