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

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

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Add documentation Created 3 years, 5 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 3e42083d8a84347e5becf8672e79bd3fda3d6f90..03619bcd8c37bc530d0369cd6a49a60e1096bdd6 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