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

Unified Diff: Source/devtools/protocol.json

Issue 717003002: Animations: Allow document animation timelines to have a playback rate (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index be75e96c83b0001afbe507a950ffad5e256d16f8..28890152fe912c093392a816749243d5ab173926 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -583,6 +583,14 @@
"description": "Shows / hides color picker",
"hidden": true,
"handlers": ["browser"]
+ },
+ {
+ "name": "setAnimationsPlaybackRate",
+ "parameters": [
+ { "name": "playbackRate", "type": "number", "description": "Playback rate for animations on page" }
+ ],
+ "description": "Sets the playback rate of the document timeline.",
+ "hidden": true
}
],
"events": [
« Source/core/inspector/InspectorPageAgent.cpp ('K') | « Source/core/inspector/InspectorPageAgent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698