| 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 f7b810586ea172987f0bf0df029822c0ff2b3300..099cd50fb9446e91f7ac768118069ea703ac3418 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -311,7 +311,7 @@ padding-top interpolable, initial=initialPadding, converter=convertLength
|
| paint-order inherited, svg, converter=convertPaintOrder
|
| perspective interpolable, converter=convertPerspective
|
| perspective-origin interpolable, converter=convertPosition
|
| -pointer-events inherited, independent
|
| +pointer-events inherited, independent, keyword_only, keywords=[none|auto|stroke|fill|painted|visible|visibleStroke|visibleFill|visiblePainted|bounding-box|all], initial_keyword=auto
|
| position custom_inherit
|
| quotes inherited, converter=convertQuotes
|
| resize custom_value
|
|
|