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

Unified Diff: Source/core/rendering/style/StyleRareNonInheritedData.h

Issue 140253004: Implement 'scroll-behavior' parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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: Source/core/rendering/style/StyleRareNonInheritedData.h
diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
index bf09ba8fe452cb857fbd868ccf1cec48ebb2c167..33447ae866dda34a6df5ed1f3801c4d053416874 100755
--- a/Source/core/rendering/style/StyleRareNonInheritedData.h
+++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
@@ -197,6 +197,8 @@ public:
unsigned m_justifySelf : 4; // ItemPosition
unsigned m_justifySelfOverflowAlignment : 2; // OverflowAlignment
+ unsigned m_scrollBehavior: 2; // ScrollBehavior
Julien - ping for review 2014/01/22 16:24:35 It's bad that we are using an extra bit for no goo
ajuma 2014/01/22 19:50:20 Added a comment.
+
private:
StyleRareNonInheritedData();
StyleRareNonInheritedData(const StyleRareNonInheritedData&);

Powered by Google App Engine
This is Rietveld 408576698