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

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

Issue 1155773002: Devtools Animations: Add cubic bezier easing editor for animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 6 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
« no previous file with comments | « Source/core/animation/AnimationEffect.cpp ('k') | Source/core/inspector/InspectorAnimationAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorAnimationAgent.h
diff --git a/Source/core/inspector/InspectorAnimationAgent.h b/Source/core/inspector/InspectorAnimationAgent.h
index 7e598f90881aa405004c6550490caabbfb85b82c..d970eb4265864bc09c7f8dd53b34d13c656e6cc2 100644
--- a/Source/core/inspector/InspectorAnimationAgent.h
+++ b/Source/core/inspector/InspectorAnimationAgent.h
@@ -41,6 +41,7 @@ public:
virtual void setPlaybackRate(ErrorString*, double playbackRate) override;
virtual void setCurrentTime(ErrorString*, double currentTime) override;
virtual void setTiming(ErrorString*, const String& playerId, double duration, double delay) override;
+ virtual void setEasing(ErrorString*, const String& playerId, const String& easing) override;
// API for InspectorInstrumentation
void didCreateAnimation(Animation*);
« no previous file with comments | « Source/core/animation/AnimationEffect.cpp ('k') | Source/core/inspector/InspectorAnimationAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698