| Index: Source/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| index cb835e1aab4a25fc3eaf0d5841a8980c79817d35..5b1f1ffef9e824d58ebd4d888067559a555d9034 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -196,6 +196,8 @@ public:
|
| // value (that can only be specified using CSSOM scroll APIs) so 2 bits are needed.
|
| unsigned m_scrollBehavior: 2;
|
|
|
| + unsigned m_scrollBlocksOn: 3;
|
| +
|
| // Plugins require accelerated compositing for reasons external to blink.
|
| // In which case, we need to update the RenderStyle on the RenderEmbeddedObject,
|
| // so store this bit so that the style actually changes when the plugin
|
|
|