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

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

Issue 2724313002: Split transitions update storage between custom and standard properties (Closed)
Patch Set: 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/css/CSSAnimations.cpp
diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp b/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
index b0a2f14313e11b2be202e67a2dd8a5bda3a2253b..5a722bdebfe992fcb1713337a66b2c2fa0658b80 100644
--- a/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
+++ b/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
@@ -949,7 +949,7 @@ void CSSAnimations::calculateTransitionActiveInterpolations(
for (const auto& entry : update.activeInterpolationsForAnimations())
activeInterpolationsForTransitions.erase(entry.key);
}
- update.adoptActiveInterpolationsForTransitions(
+ update.adoptActiveInterpolationsForStandardTransitions(
activeInterpolationsForTransitions);
}

Powered by Google App Engine
This is Rietveld 408576698