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

Unified Diff: third_party/WebKit/Source/core/animation/EffectStack.h

Issue 2532953008: Apply custom property animations (Closed)
Patch Set: Make animatedElement usage consistent Created 4 years 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/EffectStack.h
diff --git a/third_party/WebKit/Source/core/animation/EffectStack.h b/third_party/WebKit/Source/core/animation/EffectStack.h
index 17fc2f269839f000309b55800d3e42d1a700f0a9..a122a07f6561ec31534d1a61482aeebe570870b1 100644
--- a/third_party/WebKit/Source/core/animation/EffectStack.h
+++ b/third_party/WebKit/Source/core/animation/EffectStack.h
@@ -63,6 +63,7 @@ class CORE_EXPORT EffectStack {
bool hasActiveAnimationsOnCompositor(CSSPropertyID) const;
using PropertyHandleFilter = bool (*)(const PropertyHandle&);
+ bool affectsProperties(PropertyHandleFilter) const;
static ActiveInterpolationsMap activeInterpolations(
EffectStack*,
const HeapVector<Member<const InertEffect>>* newAnimations,

Powered by Google App Engine
This is Rietveld 408576698