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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyleConstants.h

Issue 2455093002: [css-align] Don't resolve 'auto' values for computed style. (Closed)
Patch Set: Removed some outdated comments. Created 3 years, 7 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: third_party/WebKit/Source/core/style/ComputedStyleConstants.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
index 5a17c34ba4ea7e0b7932c4401a9dbcb2f4ae069a..0f7c1d6c2e5f4ebcea25715b012e28a0bc0f9e04 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -378,8 +378,7 @@ inline Containment& operator|=(Containment& a, Containment b) {
}
enum ItemPosition {
- kItemPositionAuto, // It will mean 'normal' after running the StyleAdjuster
- // to avoid resolving the initial values.
+ kItemPositionAuto,
kItemPositionNormal,
kItemPositionStretch,
kItemPositionBaseline,

Powered by Google App Engine
This is Rietveld 408576698