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

Unified Diff: Source/core/css/CSSPropertyMetadata.h

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 | « Source/core/css/CSSProperties.in ('k') | Source/core/css/resolver/AnimatedStyleBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSPropertyMetadata.h
diff --git a/Source/core/css/CSSPropertyMetadata.h b/Source/core/css/CSSPropertyMetadata.h
index db1f2dec38a1cafe699f86e7c3cd2d8df5e76618..cc5f02d906d0590d856f588117a6ec6a1889a48a 100644
--- a/Source/core/css/CSSPropertyMetadata.h
+++ b/Source/core/css/CSSPropertyMetadata.h
@@ -12,7 +12,7 @@ namespace blink {
class CSSPropertyMetadata {
public:
static bool isEnabledProperty(CSSPropertyID);
- static bool isAnimatableProperty(CSSPropertyID);
+ static bool isInterpolableProperty(CSSPropertyID);
static bool isInheritedProperty(CSSPropertyID);
static void filterEnabledCSSPropertiesIntoVector(const CSSPropertyID*, size_t length, Vector<CSSPropertyID>&);
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/core/css/resolver/AnimatedStyleBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698