| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index 5394b40317a46dc87b92dbe6c144480c61213132..fd2397709918919e9fa74db6989ce8d7c9398b87 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -3588,6 +3588,8 @@ const CSSValue* ComputedStyleCSSValueMapping::get(
|
| return zoomAdjustedPixelValueForLength(svgStyle.rx(), style);
|
| case CSSPropertyRy:
|
| return zoomAdjustedPixelValueForLength(svgStyle.ry(), style);
|
| + case CSSPropertyScrollBoundaryBehavior:
|
| + return CSSIdentifierValue::create(style.getScrollBoundaryBehavior());
|
| case CSSPropertyScrollSnapType:
|
| return CSSIdentifierValue::create(style.getScrollSnapType());
|
| case CSSPropertyScrollSnapPointsX:
|
|
|