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

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

Issue 2952783002: Make AnimationTimeline.currentTime readonly (Closed)
Patch Set: Delete obsolete setCurrentTime* methods Created 3 years, 6 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/AnimationTimeline.idl
diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
index 79726c0078da53501e4a913a0fbcee44b4554ec4..d9b503e72a0deca5c637535cbe60c1966a9350d4 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
@@ -7,7 +7,7 @@
[
RuntimeEnabled=WebAnimationsAPI,
] interface AnimationTimeline {
- attribute double? currentTime;
+ readonly attribute double? currentTime;
// TODO(crbug.com/624639): Move getAnimations() to DocumentAnimatable
sequence<Animation> getAnimations();

Powered by Google App Engine
This is Rietveld 408576698