| Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| index bf7cb2d6dc606398462c8afca1708d48543b5e28..98fd28f438372cf759e6c1476c4bfcb60b59996b 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| @@ -183,6 +183,8 @@ public:
|
| unsigned m_runningFilterAnimationOnCompositor : 1;
|
| unsigned m_runningBackdropFilterAnimationOnCompositor : 1;
|
|
|
| + unsigned m_isStackingContext : 1;
|
| +
|
| unsigned m_effectiveBlendMode: 5; // EBlendMode
|
|
|
| unsigned m_touchAction : TouchActionBits; // TouchAction
|
|
|