| 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 1c9cd9a08392cb8402d71b205244c2cb4ca79b09..a817d9ae3b0dba345c70e7b4260985ce3a309867 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -376,7 +376,8 @@
|
| }
|
|
|
| enum ItemPosition {
|
| - kItemPositionAuto,
|
| + kItemPositionAuto, // It will mean 'normal' after running the StyleAdjuster
|
| + // to avoid resolving the initial values.
|
| kItemPositionNormal,
|
| kItemPositionStretch,
|
| kItemPositionBaseline,
|
|
|