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

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

Issue 993413004: Devtools Animations: Update transition timing on timeline interaction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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.h
diff --git a/Source/core/animation/KeyframeEffectModel.h b/Source/core/animation/KeyframeEffectModel.h
index aa8c02dc7193f8211aa5de38ddc7cfde3441f9ae..e151d3f26551d20ec519ebaacbfb5727836e72e1 100644
--- a/Source/core/animation/KeyframeEffectModel.h
+++ b/Source/core/animation/KeyframeEffectModel.h
@@ -77,7 +77,7 @@ public:
using KeyframeVector = WillBeHeapVector<RefPtrWillBeMember<Keyframe>>;
const KeyframeVector& getFrames() const { return m_keyframes; }
- // FIXME: Implement setFrames()
+ void setFrames(KeyframeVector& keyframes);
const PropertySpecificKeyframeVector& getPropertySpecificKeyframes(CSSPropertyID id) const
{
« no previous file with comments | « no previous file | Source/core/animation/KeyframeEffectModel.cpp » ('j') | Source/core/animation/KeyframeEffectModel.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698