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

Unified Diff: Source/build/scripts/make_css_property_metadata.py

Issue 450103005: Add inherited flag to CSSProperties.in (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: mark paint-order inherited Created 6 years, 4 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 | « Source/build/scripts/css_properties.py ('k') | Source/build/scripts/templates/CSSPropertyMetadata.cpp.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/make_css_property_metadata.py
diff --git a/Source/build/scripts/make_css_property_metadata.py b/Source/build/scripts/make_css_property_metadata.py
index f8bc739c4229b7ca8478ca2bf6fedda39f4565ef..bd1411c01a4de8237142cf33353761584c093418 100755
--- a/Source/build/scripts/make_css_property_metadata.py
+++ b/Source/build/scripts/make_css_property_metadata.py
@@ -19,6 +19,9 @@ class CSSPropertyMetadataWriter(css_properties.CSSProperties):
def generate_css_property_metadata_cpp(self):
return {
'properties': self._properties,
+ 'switches': [('animatable', 'isAnimatableProperty'),
+ ('inherited', 'isInheritedProperty'),
+ ],
}
« no previous file with comments | « Source/build/scripts/css_properties.py ('k') | Source/build/scripts/templates/CSSPropertyMetadata.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698