| 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 a817d9ae3b0dba345c70e7b4260985ce3a309867..1c9cd9a08392cb8402d71b205244c2cb4ca79b09 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -376,8 +376,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,
|
|
|