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 5cf02c753fdf2705badc417328973175bbdbeb22..f925d4b44ea8cf03cbfbaf77ff508b2bc38a1034 100644 |
--- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h |
+++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h |
@@ -220,6 +220,8 @@ class CORE_EXPORT StyleRareNonInheritedData |
unsigned m_scrollSnapType : 2; // ScrollSnapType |
+ unsigned m_scrollBoundaryBehavior : 2; // ScrollBoundaryBehavior |
+ |
// Plugins require accelerated compositing for reasons external to blink. |
// In which case, we need to update the ComputedStyle on the |
// LayoutEmbeddedObject, so store this bit so that the style actually changes |