| 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 aeeb0567013598e54110acb3b3c9455f4ce0e7c4..bf14eaf06871d9b097abd109fc61b014e720f1fa 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -396,6 +396,26 @@ word-spacing interpolable, inherited, initial=initialLetterWordSpacing, converte
|
| // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' property. So using the same handlers.
|
| word-wrap inherited, name_for_methods=OverflowWrap
|
| z-index interpolable, type_name=int, custom_all
|
| +onclick-type
|
| +onclick-vduration
|
| +onclick-vpi type_name=int
|
| +onclick-vpu type_name=int
|
| +onscroll-type
|
| +onscroll-vduration
|
| +onscroll-vpi type_name=int
|
| +onscroll-vpu type_name=int
|
| +ontouchstart-type
|
| +ontouchstart-vduration
|
| +ontouchstart-vpi type_name=int
|
| +ontouchstart-vpu type_name=int
|
| +ontouchend-type
|
| +ontouchend-vduration
|
| +ontouchend-vpi type_name=int
|
| +ontouchend-vpu type_name=int
|
| +ontouchmove-type
|
| +ontouchmove-vduration
|
| +ontouchmove-vpi type_name=int
|
| +ontouchmove-vpu type_name=int
|
|
|
| // Non-standard direction aware properties
|
|
|
|
|