Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/CSSProperties.in |
| diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in |
| index 593a53b3f1811d3d9556fdf22e24e919416bb739..751db36aee574e72ff8381a387a06e3d4dbe62aa 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in |
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in |
| @@ -262,6 +262,7 @@ outline-offset interpolable, converter=convertComputedLength<int> |
| outline-style custom_all |
| outline-width interpolable, converter=convertLineWidth<unsigned short> |
| overflow-wrap inherited |
| +overflow-anchor type_name=EOverflowAnchor |
|
skobes
2016/07/13 15:45:11
alphabetize (before overflow-wrap)
ymalik
2016/07/13 19:49:39
Done.
|
| overflow-x type_name=EOverflow |
| overflow-y type_name=EOverflow |
| padding-bottom interpolable, initial=initialPadding, converter=convertLength |