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

Unified Diff: third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl

Issue 2226623002: Remove some obsolete entries in Web Animations IDL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update global-interface-listing-expected 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/animation/AnimationEffectTiming.idl
diff --git a/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl b/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
index 4e44a080116a2571f56f032dcc1db9bfff2ee7ca..f7a525b25b7280bcad064adb3ede160c60c10bba 100644
--- a/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
+++ b/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
@@ -14,8 +14,6 @@
[RaisesException=Setter] attribute double iterationStart;
[RaisesException=Setter] attribute unrestricted double iterations;
[RaisesException=Setter] attribute (unrestricted double or DOMString) duration;
- // TODO(dstockwell): playbackRate has been removed from level 1.
- attribute double playbackRate;
attribute DOMString direction;
[RaisesException=Setter] attribute DOMString easing;
};

Powered by Google App Engine
This is Rietveld 408576698