| 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 af01def834510dff821fc21fe183a8f67123d5d6..b32f8ba8b2af0aedf8ee8a9da2d51f39697accee 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
|
| @@ -18,6 +18,11 @@ from name_utilities import camel_case, lower_first, upper_first_letter
|
| NONPROPERTY_FIELDS = set([
|
| # Style can not be shared.
|
| 'unique',
|
| + # Whether this style is affected by these pseudo-classes.
|
| + 'affectedByFocus',
|
| + 'affectedByHover',
|
| + 'affectedByActive',
|
| + 'affectedByDrag',
|
| ])
|
|
|
|
|
|
|