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

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

Issue 2379863003: Implement AnimationEffectTimingReadOnly interface (Closed)
Patch Set: Response to review, update formatting of new files Created 4 years, 2 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 f7a525b25b7280bcad064adb3ede160c60c10bba..5b0543f89b5f53d91abf1334e71739996e65d683 100644
--- a/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
+++ b/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
@@ -3,11 +3,10 @@
// found in the LICENSE file.
// https://w3c.github.io/web-animations/#the-animationeffecttiming-interface
-// TODO(dstockwell): Should extend AnimationEffectTimingReadOnly
[
RuntimeEnabled=WebAnimationsAPI,
-] interface AnimationEffectTiming {
+] interface AnimationEffectTiming : AnimationEffectTimingReadOnly {
attribute double delay;
attribute double endDelay;
attribute DOMString fill;

Powered by Google App Engine
This is Rietveld 408576698