| Index: Source/core/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/style/StyleRareNonInheritedData.h b/Source/core/style/StyleRareNonInheritedData.h
|
| index 03a8d9945e75532535ba58dccd3542d4a03c00d9..35728ef6ba515002fbec47969e70b24ec5c0caec 100644
|
| --- a/Source/core/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/style/StyleRareNonInheritedData.h
|
| @@ -189,8 +189,6 @@ public:
|
| // value (that can only be specified using CSSOM scroll APIs) so 2 bits are needed.
|
| unsigned m_scrollBehavior: 2;
|
|
|
| - unsigned m_scrollBlocksOn: 3; // WebScrollBlocksOn
|
| -
|
| unsigned m_scrollSnapType: 2; // ScrollSnapType
|
|
|
| // Plugins require accelerated compositing for reasons external to blink.
|
|
|