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

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

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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/EffectStack.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0b00f671f7ff6d08b31b0ef252944531d73e2660..ed62d71c6c0f383aec315aa334a4c120fc6d5fc1 100644
--- a/third_party/WebKit/Source/core/animation/EffectStack.h
+++ b/third_party/WebKit/Source/core/animation/EffectStack.h
@@ -60,7 +60,7 @@ class CORE_EXPORT EffectStack {
m_sampledEffects.push_back(sampledEffect);
}
bool isEmpty() const { return m_sampledEffects.isEmpty(); }
- bool hasActiveAnimationsOnCompositor(CSSPropertyID) const;
+ bool hasActiveAnimationsOnCompositor(const PropertyHandle&) const;
using PropertyHandleFilter = bool (*)(const PropertyHandle&);
bool affectsProperties(PropertyHandleFilter) const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/EffectStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698