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

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

Issue 131773002: Broaden justify-self's parsing name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/core/rendering/style/StyleRareNonInheritedData.h » ('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 73aa331081b30e5c51a5e4f0d37afb54c9e46bb4..fc36e6daebe98cb1e9e60f8e3299483347338269 100755
--- a/Source/core/rendering/style/RenderStyleConstants.h
+++ b/Source/core/rendering/style/RenderStyleConstants.h
@@ -530,25 +530,25 @@ enum EIsolation { IsolationAuto, IsolationIsolate };
enum TouchActionDelay { TouchActionDelayNone, TouchActionDelayScript };
-enum JustifySelf {
- JustifySelfAuto,
- JustifySelfStretch,
- JustifySelfBaseline,
- JustifySelfCenter,
- JustifySelfStart,
- JustifySelfEnd,
- JustifySelfSelfStart,
- JustifySelfSelfEnd,
- JustifySelfFlexStart,
- JustifySelfFlexEnd,
- JustifySelfLeft,
- JustifySelfRight
-};
-
-enum JustifySelfOverflowAlignment {
- JustifySelfOverflowAlignmentDefault,
- JustifySelfOverflowAlignmentTrue,
- JustifySelfOverflowAlignmentSafe
+enum ItemPosition {
+ ItemPositionAuto,
+ ItemPositionStretch,
+ ItemPositionBaseline,
+ ItemPositionCenter,
+ ItemPositionStart,
+ ItemPositionEnd,
+ ItemPositionSelfStart,
+ ItemPositionSelfEnd,
+ ItemPositionFlexStart,
+ ItemPositionFlexEnd,
+ ItemPositionLeft,
+ ItemPositionRight
+};
+
+enum OverflowAlignment {
+ OverflowAlignmentDefault,
+ OverflowAlignmentTrue,
+ OverflowAlignmentSafe
};
// Reasonable maximum to prevent insane font sizes from causing crashes on some platforms (such as Windows).
« no previous file with comments | « Source/core/rendering/style/RenderStyle.h ('k') | Source/core/rendering/style/StyleRareNonInheritedData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698