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

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

Issue 2719083005: Use PropertyHandle instead of CSSPropertyID to identify CSS Transitions (Closed)
Patch Set: Rebasedagainaaaa Created 3 years, 10 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/EffectStack.cpp
diff --git a/third_party/WebKit/Source/core/animation/EffectStack.cpp b/third_party/WebKit/Source/core/animation/EffectStack.cpp
index e136381f5c9bec9183c5e47bd052847957d640ce..f26519e6df92664738b8318a49bde15b81e39201 100644
--- a/third_party/WebKit/Source/core/animation/EffectStack.cpp
+++ b/third_party/WebKit/Source/core/animation/EffectStack.cpp
@@ -88,7 +88,7 @@ void copyNewAnimationsToActiveInterpolationsMap(
EffectStack::EffectStack() {}
bool EffectStack::hasActiveAnimationsOnCompositor(
- CSSPropertyID property) const {
+ const PropertyHandle& property) const {
for (const auto& sampledEffect : m_sampledEffects) {
// TODO(dstockwell): move the playing check into AnimationEffectReadOnly and
// expose both hasAnimations and hasActiveAnimations
« no previous file with comments | « third_party/WebKit/Source/core/animation/EffectStack.h ('k') | third_party/WebKit/Source/core/animation/ElementAnimations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698