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

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: Merge, convert pixel to ref tests, and address comments. Created 5 years, 5 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
« no previous file with comments | « Source/core/layout/LayoutObject.cpp ('k') | Source/core/layout/TracedLayoutObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/layout/LayoutObject.cpp ('k') | Source/core/layout/TracedLayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698