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

Unified Diff: Source/core/layout/TracedLayoutObject.h

Issue 1212893005: Add position: sticky as supported position value when CSSStickyPosition is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comments and merge. Created 5 years, 6 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/layout/TracedLayoutObject.h
diff --git a/Source/core/layout/TracedLayoutObject.h b/Source/core/layout/TracedLayoutObject.h
index 1fa595ac7fa0ea3ee8e76c431ae49d3517b7f501..e4f7ccc76b8b5605c1beae2d42606595b0deb490 100644
--- a/Source/core/layout/TracedLayoutObject.h
+++ b/Source/core/layout/TracedLayoutObject.h
@@ -31,6 +31,7 @@ private:
bool m_isAnonymous;
bool m_isPositioned;
bool m_isRelPositioned;
+ bool m_isStickyPositioned;
bool m_isFloating;
bool m_selfNeeds;
bool m_positionedMovement;

Powered by Google App Engine
This is Rietveld 408576698