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

Unified Diff: Source/core/animation/css/CSSAnimations.h

Issue 664993002: Devtools Animations: Display keyframes for CSS Animations in inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/css/CSSAnimations.h
diff --git a/Source/core/animation/css/CSSAnimations.h b/Source/core/animation/css/CSSAnimations.h
index d4104e7d89d1762862a8f11e6e05173aca63b81f..7fedfafe3ffad8bc20321236c82bee0de6023fbf 100644
--- a/Source/core/animation/css/CSSAnimations.h
+++ b/Source/core/animation/css/CSSAnimations.h
@@ -167,6 +167,8 @@ class CSSAnimations final {
public:
CSSAnimations();
+ const AtomicString* getAnimationNameForInspector(const AnimationPlayer&);
pfeldman 2014/10/23 06:37:00 Lets return a copy, it is not expensive, while thi
samli 2014/10/24 05:06:19 Done.
+
// FIXME: This method is only used here and in the legacy animations
// implementation. It should be made private or file-scope when the legacy
// engine is removed.
« no previous file with comments | « no previous file | Source/core/animation/css/CSSAnimations.cpp » ('j') | Source/core/inspector/InspectorAnimationAgent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698