| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index e44f182d5d4ebe55bb09ec6a67bed842cc87a865..a3b8455740ec2f75e1099c5d73d34fe95edcae74 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -828,6 +828,7 @@ public:
|
|
|
| Containment contain() const { return static_cast<Containment>(rareNonInheritedData->m_contain); }
|
| bool containsPaint() const { return rareNonInheritedData->m_contain & ContainsPaint; }
|
| + bool containsStyle() const { return rareNonInheritedData->m_contain & ContainsStyle; }
|
|
|
| EBoxSizing boxSizing() const { return m_box->boxSizing(); }
|
| EUserModify userModify() const { return static_cast<EUserModify>(rareInheritedData->userModify); }
|
|
|