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

Unified Diff: Source/core/animation/Animation.h

Issue 682423002: Devtools Animations: Show subtree animations for a given node (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Collapse animation sections if there are a lot 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/Animation.h
diff --git a/Source/core/animation/Animation.h b/Source/core/animation/Animation.h
index b63508b25dce8191af652245299e9e7b2702302a..ce7625e50d7b15a4ccec860af5b2221ee79a13c2 100644
--- a/Source/core/animation/Animation.h
+++ b/Source/core/animation/Animation.h
@@ -67,7 +67,7 @@ public:
const AnimationEffect* effect() const { return m_effect.get(); }
AnimationEffect* effect() { return m_effect.get(); }
Priority priority() const { return m_priority; }
- Element* target() { return m_target; }
+ Element* target() const { return m_target; }
void notifySampledEffectRemovedFromAnimationStack();
#if !ENABLE(OILPAN)
« no previous file with comments | « no previous file | Source/core/inspector/InspectorAnimationAgent.h » ('j') | Source/core/inspector/InspectorDOMAgent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698