Chromium Code Reviews| Index: Source/core/css/CSSProperties.in |
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in |
| index ca177e5ac42c0caeed7e4c9a5f2862afb197eeeb..ff7759a3ecc456659815ebb638a0eb8dfbd68af5 100644 |
| --- a/Source/core/css/CSSProperties.in |
| +++ b/Source/core/css/CSSProperties.in |
| @@ -105,6 +105,7 @@ pointer-events |
| position |
| resize custom_value |
| right type_name=Length, initial=initialOffset, converter=convertLengthOrAuto |
| +scroll-behavior type_name=ScrollBehavior, initial=initialScrollBehavior |
|
Julien - ping for review
2014/01/22 16:24:35
Do we really need initial part? (I thought it woul
ajuma
2014/01/22 19:50:20
You're right, this part wasn't needed. Removed.
|
| shape-image-threshold type_name=float |
| shape-inside type_name=ShapeValue*, custom_value |
| shape-margin type_name=Length, converter=convertLength |