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

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: Created 5 years, 7 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.h
diff --git a/Source/core/inspector/InspectorAnimationAgent.h b/Source/core/inspector/InspectorAnimationAgent.h
index af1afbe580dc5af4f253934e388b12e10e83e4d6..9f412bcfd76a2a2ad130c5fa4344f75eb4337b81 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*);

Powered by Google App Engine
This is Rietveld 408576698