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

Unified Diff: sky/engine/core/css/CSSPropertyMetadata.h

Issue 1229273004: Remove Animations and Transitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « sky/engine/core/css/CSSProperties.in ('k') | sky/engine/core/css/CSSTimingFunctionValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSPropertyMetadata.h
diff --git a/sky/engine/core/css/CSSPropertyMetadata.h b/sky/engine/core/css/CSSPropertyMetadata.h
index 72088792bb51cada2bc9dcd6962c1c8232136d34..09ab5d926bfc3e4198f0c09a039b38d70c6fcfc0 100644
--- a/sky/engine/core/css/CSSPropertyMetadata.h
+++ b/sky/engine/core/css/CSSPropertyMetadata.h
@@ -12,7 +12,6 @@ namespace blink {
class CSSPropertyMetadata {
public:
static bool isEnabledProperty(CSSPropertyID);
- static bool isAnimatableProperty(CSSPropertyID);
static bool isInheritedProperty(CSSPropertyID);
static void filterEnabledCSSPropertiesIntoVector(const CSSPropertyID*, size_t length, Vector<CSSPropertyID>&);
« no previous file with comments | « sky/engine/core/css/CSSProperties.in ('k') | sky/engine/core/css/CSSTimingFunctionValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698