| Index: third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| diff --git a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| index eba93dd9f85af01517723bd674cf5e9a86b0063f..1ac90f365ad82d58026ffed9738931176cf8611b 100755
|
| --- a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| +++ b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| @@ -25,6 +25,8 @@ NONPROPERTY_FIELDS = set([
|
| 'affectedByDrag',
|
| # A non-inherited property references a variable or @apply is used
|
| 'hasVariableReferenceFromNonInheritedProperty',
|
| + # Explicitly inherits a non-inherited property
|
| + 'hasExplicitlyInheritedProperties',
|
| ])
|
|
|
|
|
|
|