Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1933)

Unified Diff: third_party/WebKit/Source/build/scripts/make_computed_style_base.py

Issue 2672703002: Generate nonproperty 'explicitInheritance' in ComputedStyleBase. (Closed)
Patch Set: Size check Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
])
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698