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

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

Issue 454423003: Add animatable flag to CSSProperties.in (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/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/animation/css/CSSPropertyEquality.h b/Source/core/css/CSSPropertyMetadata.h
similarity index 52%
copy from Source/core/animation/css/CSSPropertyEquality.h
copy to Source/core/css/CSSPropertyMetadata.h
index 6cf1d214e12a9a3d0d9507c1297b9e3d3b53d2ff..f3e791c056328c6ecb739d5143c78adf3533ed35 100644
--- a/Source/core/animation/css/CSSPropertyEquality.h
+++ b/Source/core/css/CSSPropertyMetadata.h
@@ -2,20 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CSSPropertyEquality_h
-#define CSSPropertyEquality_h
+#ifndef CSSPropertyMetadata_h
+#define CSSPropertyMetadata_h
#include "core/CSSPropertyNames.h"
namespace blink {
-class RenderStyle;
-
-class CSSPropertyEquality {
+class CSSPropertyMetadata {
public:
- static bool propertiesEqual(CSSPropertyID, const RenderStyle&, const RenderStyle&);
+ static bool isAnimatableProperty(CSSPropertyID);
};
} // namespace blink
-#endif // CSSPropertyEquality_h
+#endif // CSSPropertyMetadata
« 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