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

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

Issue 346603007: Remove position: sticky (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/core/rendering/style/RenderStyle.h ('k') | Source/devtools/front_end/layers/LayerDetailsView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/style/RenderStyleConstants.h
diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
index b0585fc78b564c2b64acc44670daea5b27c8eff2..4fe1f6239f8f8873bfd988da3f2fe8d648b90459 100644
--- a/Source/core/rendering/style/RenderStyleConstants.h
+++ b/Source/core/rendering/style/RenderStyleConstants.h
@@ -91,8 +91,8 @@ enum EPosition {
StaticPosition = 0,
RelativePosition = 1,
AbsolutePosition = 2,
- StickyPosition = 3,
// This value is required to pack our bits efficiently in RenderObject.
+ // FIXME: Is this still true now that we've remove position: sticky.
FixedPosition = 6
};
« no previous file with comments | « Source/core/rendering/style/RenderStyle.h ('k') | Source/devtools/front_end/layers/LayerDetailsView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698