| 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 5f6563a78f2a68d2e6efc29129b052dc501b1af0..e6dd51600b283346a492cbfffa19b2f865b90339 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
|
|
|