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

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: 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..b85a76d95b43367254643e0f14ba69b557430adc 100644
--- a/Source/core/layout/TracedLayoutObject.h
+++ b/Source/core/layout/TracedLayoutObject.h
@@ -30,7 +30,7 @@ private:
unsigned long m_address;
bool m_isAnonymous;
bool m_isPositioned;
- bool m_isRelPositioned;
+ bool m_isInFlowPositioned;
bool m_isFloating;
bool m_selfNeeds;
bool m_positionedMovement;

Powered by Google App Engine
This is Rietveld 408576698