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

Unified Diff: Source/core/inspector/InspectorAnimationAgent.cpp

Issue 814083003: Update animation when changes in animation keyframes are detected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 11 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/inspector/InspectorAnimationAgent.cpp
diff --git a/Source/core/inspector/InspectorAnimationAgent.cpp b/Source/core/inspector/InspectorAnimationAgent.cpp
index 7bba6e691cce8e91fe1c2d749a02dadf014154d4..f4e2ee0f1b483d42a116237f299e1b7370706e86 100644
--- a/Source/core/inspector/InspectorAnimationAgent.cpp
+++ b/Source/core/inspector/InspectorAnimationAgent.cpp
@@ -174,7 +174,7 @@ static PassRefPtr<TypeBuilder::Animation::KeyframesRule> buildObjectForKeyframes
if (!animationName.isNull()) {
// CSS Animations
- const StyleRuleKeyframes* keyframes = styleResolver.findKeyframesRule(element, animationName);
+ const StyleRuleKeyframes* keyframes = styleResolver.findKeyframesRule(element, animationName).get();
keyframeRule = buildObjectForStyleRuleKeyframes(keyframes);
} else {
// Web Animations
« Source/core/animation/css/CSSAnimations.h ('K') | « Source/core/css/resolver/StyleResolver.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698