| 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 b5e0ba7fd68970370f59779d9a81aaca9fae6b05..778be8ea32943c7ea4c93c93dc25a215bf437624 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -841,6 +841,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); }
|
|
|