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

Unified Diff: Source/core/animation/KeyframeEffectModel.cpp

Issue 1218943002: Compositor animations for Independent CSS Transform Properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Clean up Created 5 years, 5 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: Source/core/animation/KeyframeEffectModel.cpp
diff --git a/Source/core/animation/KeyframeEffectModel.cpp b/Source/core/animation/KeyframeEffectModel.cpp
index b39b5de1dcc5eeb96b1e7f79d761ab151c63cc29..62e66eeb2dfeabab3ed6842cca46628251c4c7b4 100644
--- a/Source/core/animation/KeyframeEffectModel.cpp
+++ b/Source/core/animation/KeyframeEffectModel.cpp
@@ -83,7 +83,7 @@ void KeyframeEffectModelBase::forceConversionsToAnimatableValues(Element& elemen
void KeyframeEffectModelBase::snapshotCompositableProperties(Element& element, const ComputedStyle* baseStyle)
{
ensureKeyframeGroups();
- for (CSSPropertyID id : CompositorAnimations::CompositableProperties) {
+ for (CSSPropertyID id : CompositorAnimations::compositableProperties) {
PropertyHandle property = PropertyHandle(id);
if (!affects(property))
continue;

Powered by Google App Engine
This is Rietveld 408576698