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

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

Issue 2856503002: Web Animations: Use PlaybackDirection enum in AnimationEffectTiming.idl (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/AnimationEffectTimingReadOnly.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5b0543f89b5f53d91abf1334e71739996e65d683..5f91c5a3b6aef798657988de00cce01eca13ef31 100644
--- a/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
+++ b/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
@@ -13,6 +13,6 @@
[RaisesException=Setter] attribute double iterationStart;
[RaisesException=Setter] attribute unrestricted double iterations;
[RaisesException=Setter] attribute (unrestricted double or DOMString) duration;
- attribute DOMString direction;
+ attribute PlaybackDirection direction;
[RaisesException=Setter] attribute DOMString easing;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/AnimationEffectTimingReadOnly.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698