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

Unified Diff: third_party/WebKit/Source/core/inspector/browser_protocol.json

Issue 2228773002: Remove AnimationEffectTimingProperties playbackRate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@idl-updates
Patch Set: Add TODO Created 4 years, 4 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: third_party/WebKit/Source/core/inspector/browser_protocol.json
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
index d4421424d10881a3da18992ade69f5798072a1be..9279e8a16e2e2bdcdbdf1334d935de8dfbd7b04d 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -3927,7 +3927,6 @@
"properties": [
{ "name": "delay", "type": "number", "description": "<code>AnimationEffect</code>'s delay." },
{ "name": "endDelay", "type": "number", "description": "<code>AnimationEffect</code>'s end delay." },
- { "name": "playbackRate", "type": "number", "description": "<code>AnimationEffect</code>'s playbackRate." },
{ "name": "iterationStart", "type": "number", "description": "<code>AnimationEffect</code>'s iteration start." },
{ "name": "iterations", "type": "number", "description": "<code>AnimationEffect</code>'s iterations." },
{ "name": "duration", "type": "number", "description": "<code>AnimationEffect</code>'s iteration duration." },

Powered by Google App Engine
This is Rietveld 408576698