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

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

Issue 1485973005: Add CSS support for Containment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test expectation Created 5 years 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/StyleRareNonInheritedData.h
diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
index afd5c17c082d4746874fba621181eea73c767435..64b6d65dbbd694e7470949578b5adffd8bc65887 100644
--- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
@@ -189,6 +189,8 @@ public:
unsigned m_isolation : 1; // Isolation
+ unsigned m_contain : 3; // Containment
+
// ScrollBehavior. 'scroll-behavior' has 2 accepted values, but ScrollBehavior has a third
// value (that can only be specified using CSSOM scroll APIs) so 2 bits are needed.
unsigned m_scrollBehavior: 2;

Powered by Google App Engine
This is Rietveld 408576698