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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyleConstants.h

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into scroll-boundary Created 3 years, 9 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/style/ComputedStyleConstants.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
index 606c4c2a5815f5f900f1a3fa3457451e82a354ad..b0997af3f155e143223998221bafe41067570d9f 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -530,6 +530,12 @@ enum ScrollSnapType {
enum AutoRepeatType { NoAutoRepeat, AutoFill, AutoFit };
+enum ScrollBoundaryBehavior {
bokan 2017/03/23 13:18:26 You should add checks in Source/web/AssertMatching
sunyunjia 2017/03/23 20:16:55 Done.
+ ScrollBoundaryBehaviorPropagate,
+ ScrollBoundaryBehaviorContain,
+ ScrollBoundaryBehaviorNone
+};
+
} // namespace blink
#endif // ComputedStyleConstants_h

Powered by Google App Engine
This is Rietveld 408576698