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

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

Issue 1213063004: Rename animatable to interpolable in CSSProperties.in (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update comment 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
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 bd732ae646340b8c7022033e7574f34478f687c1..a7a542cbf327e142dd9f7c46b58bf1ba563ebe58 100755
--- a/Source/build/scripts/make_css_property_metadata.py
+++ b/Source/build/scripts/make_css_property_metadata.py
@@ -24,7 +24,7 @@ class CSSPropertyMetadataWriter(css_properties.CSSProperties):
def generate_css_property_metadata_cpp(self):
return {
'properties': self._properties,
- 'switches': [('animatable', 'isAnimatableProperty'),
+ 'switches': [('interpolable', 'isInterpolableProperty'),
('inherited', 'isInheritedProperty'),
],
'first_enum_value': self._first_enum_value,

Powered by Google App Engine
This is Rietveld 408576698