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

Unified Diff: Source/core/inspector/InspectorAnimationAgent.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/inspector/InspectorAnimationAgent.h
diff --git a/Source/core/inspector/InspectorAnimationAgent.h b/Source/core/inspector/InspectorAnimationAgent.h
index 9fc782d2301a7e0a638ac7be91a73ecb88a38663..a1e8a57e1a762f5b38a2b24f47efc9965e9ee581 100644
--- a/Source/core/inspector/InspectorAnimationAgent.h
+++ b/Source/core/inspector/InspectorAnimationAgent.h
@@ -37,7 +37,7 @@ public:
virtual void getPlaybackRate(ErrorString*, double* playbackRate) override;
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 setTiming(ErrorString*, const String& playerId, double duration, double delay, bool isTransition) override;
// API for InspectorInstrumentation
void didCreateAnimationPlayer(AnimationPlayer*);

Powered by Google App Engine
This is Rietveld 408576698