| 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 8ef3ba899b8cfe13b5566e2a9317243c16a2a9f6..6dc3b0d7b0b6b43561def83d8d0d8071dd585bd5 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -45,12 +45,6 @@
|
| // The property will inherit by default if no value is specified, typically
|
| // mentioned in specifications as "Inherited: yes"
|
|
|
| -// - independent
|
| -// This property affects only one field on ComputedStyle, and can be set
|
| -// directly during inheritance instead of forcing a recalc.
|
| -// StyleResolver and StyleAdjuster are not invoked when these properties
|
| -// are changed on a parent. Recalcs only happen if at least one
|
| -// non-independent inherited property is changed in the parent.
|
|
|
| // The remaining arguments are used for the StyleBuilder and allow us to
|
| // succinctly describe how to apply properties. When default handlers are not
|
| @@ -278,7 +272,7 @@
|
| paint-order inherited, svg, converter=convertPaintOrder
|
| perspective interpolable, converter=convertPerspective
|
| perspective-origin interpolable, converter=convertPosition
|
| -pointer-events inherited, independent
|
| +pointer-events inherited
|
| position custom_inherit
|
| quotes inherited, converter=convertQuotes
|
| resize custom_value
|
| @@ -342,7 +336,7 @@
|
| unicode-bidi
|
| vector-effect svg
|
| vertical-align interpolable, custom_inherit, custom_value
|
| -visibility interpolable, inherited, independent
|
| +visibility interpolable, inherited
|
| x interpolable, svg, converter=convertLength
|
| y interpolable, svg, converter=convertLength
|
| -webkit-appearance type_name=ControlPart
|
|
|