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

Unified Diff: third_party/WebKit/Source/core/animation/css/CSSAnimations.h

Issue 2323633002: Implement animation tainted custom property values (Closed)
Patch Set: Rebased Created 4 years, 2 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: third_party/WebKit/Source/core/animation/css/CSSAnimations.h
diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimations.h b/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
index 6c5340474ee1297cf49557582db790ac8a71238e..0c70ea86c3767079061e75b481cbad1891658908 100644
--- a/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
+++ b/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
@@ -61,7 +61,7 @@ class CSSAnimations final {
bool isTransitionAnimationForInspector(const Animation&) const;
static const StylePropertyShorthand& propertiesForTransitionAll();
- static bool isAnimatableProperty(CSSPropertyID);
+ static bool isAnimationAffectingProperty(CSSPropertyID);
static bool isAffectedByKeyframesFromScope(const Element&, const TreeScope&);
static void calculateUpdate(const Element* animatingElement,
Element&,

Powered by Google App Engine
This is Rietveld 408576698