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

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

Issue 1213063004: Rename animatable to interpolable in CSSProperties.in (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 6 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 | Source/build/scripts/make_css_property_metadata.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/css_properties.py
diff --git a/Source/build/scripts/css_properties.py b/Source/build/scripts/css_properties.py
index 6a62ee57ce81a50b9351351026f6da329fc0f198..8b56877d4b39730f8ee0e1172cf53b0e73dc83ea 100755
--- a/Source/build/scripts/css_properties.py
+++ b/Source/build/scripts/css_properties.py
@@ -12,7 +12,7 @@ class CSSProperties(in_generator.Writer):
'alias_for': None,
'runtime_flag': None,
'longhands': '',
- 'animatable': False,
+ 'interpolable': False,
'inherited': False,
'font': False,
'svg': False,
@@ -32,7 +32,7 @@ class CSSProperties(in_generator.Writer):
}
valid_values = {
- 'animatable': (True, False),
+ 'interpolable': (True, False),
'inherited': (True, False),
'font': (True, False),
'svg': (True, False),
« no previous file with comments | « no previous file | Source/build/scripts/make_css_property_metadata.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698