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

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

Issue 2884423003: Use scroll-boundary-behavior to control overscroll-refresh/glow on android. (Closed)
Patch Set: Fixed the comments 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..1b26c8c5b05cbdc0c91407f9ef3b455ce5807169 100644
--- a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
+++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
@@ -446,6 +446,8 @@ String StylePropertySerializer::GetPropertyValue(
return Get4Values(borderWidthShorthand());
case CSSPropertyBorderStyle:
return Get4Values(borderStyleShorthand());
+ case CSSPropertyScrollBoundaryBehavior:
+ return GetCommonValue(scrollBoundaryBehaviorShorthand());
case CSSPropertyColumnRule:
return GetShorthandValue(columnRuleShorthand());
case CSSPropertyColumns:

Powered by Google App Engine
This is Rietveld 408576698