| Index: third_party/WebKit/Source/core/css/CSSValueKeywords.in
|
| diff --git a/third_party/WebKit/Source/core/css/CSSValueKeywords.in b/third_party/WebKit/Source/core/css/CSSValueKeywords.in
|
| index d8fd3d9adf18bafbcfba84ac324059c0404d2df7..9f2a3f9e4203d012bb4b322acec3a0c3732311fc 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValueKeywords.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.in
|
| @@ -246,6 +246,7 @@ bottom
|
| -webkit-baseline-middle
|
| //
|
| // text-align
|
| +// The order of this enum must match the order found in CSSParserFastPaths::isValidKeywordPropertyAndValue().
|
| //
|
| -webkit-auto
|
| left
|
| @@ -359,6 +360,7 @@ contents
|
| -webkit-inline-flex
|
| //
|
| // cursor
|
| +// The order of this enum must match the order found in CSSPropertyParser::consumeCursor().
|
| //
|
| auto
|
| crosshair
|
|
|