summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/animation/animation.idl
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-11-18 16:35:47 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-11-18 15:45:54 +0000
commit32f5a1c56531e4210bc4cf8d8c7825d66e081888 (patch)
treeeeeec6822f4d738d8454525233fd0e2e3a659e6d /chromium/third_party/blink/renderer/core/animation/animation.idl
parent99677208ff3b216fdfec551fbe548da5520cd6fb (diff)
downloadqtwebengine-chromium-32f5a1c56531e4210bc4cf8d8c7825d66e081888.tar.gz
BASELINE: Update Chromium to 87.0.4280.67
Change-Id: Ib157360be8c2ffb2c73125751a89f60e049c1d54 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/third_party/blink/renderer/core/animation/animation.idl')
-rw-r--r--chromium/third_party/blink/renderer/core/animation/animation.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/animation/animation.idl b/chromium/third_party/blink/renderer/core/animation/animation.idl
index 3399bc18b91..ee01f455ec1 100644
--- a/chromium/third_party/blink/renderer/core/animation/animation.idl
+++ b/chromium/third_party/blink/renderer/core/animation/animation.idl
@@ -40,8 +40,7 @@ enum ReplaceState { "active", "removed", "persisted" };
] interface Animation : EventTarget {
[CallWith=ExecutionContext, RaisesException] constructor(optional AnimationEffect? effect = null, optional AnimationTimeline? timeline);
[Measure] attribute AnimationEffect? effect;
- // TODO(suzyh): Make timeline mutable.
- [RuntimeEnabled=WebAnimationsAPI] readonly attribute AnimationTimeline? timeline;
+ [RuntimeEnabled=WebAnimationsAPI] attribute AnimationTimeline? timeline;
[Measure, RaisesException=Setter] attribute double? startTime;
[Measure, RaisesException=Setter] attribute double? currentTime;
[Measure, RaisesException=Setter] attribute double playbackRate;