Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: third_party/WebKit/Source/core/css/StylePropertySerializer.cpp

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Update WebScrollBoundaryBehavior. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
diff --git a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
index 44d2b01cba41f3f26c053d890631d70f069083d4..f5e7eff0b27921cda51c2f54d45d544bac6774b4 100644
--- a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
+++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
@@ -480,6 +480,8 @@ String StylePropertySerializer::GetPropertyValue(
return GetShorthandValue(webkitMarginCollapseShorthand());
case CSSPropertyOverflow:
return GetCommonValue(overflowShorthand());
+ case CSSPropertyScrollBoundaryBehavior:
+ return GetCommonValue(scrollBoundaryBehaviorShorthand());
case CSSPropertyPadding:
return Get4Values(paddingShorthand());
case CSSPropertyTextDecoration:

Powered by Google App Engine
This is Rietveld 408576698