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

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

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.h
diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.h b/third_party/WebKit/Source/core/animation/AnimationTimeline.h
index 7a28053fe7b9b8138bf1750c1a21ee2932366793..b370096436aa5b70643ea1f5dc4c456796aea3ac 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.h
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.h
@@ -87,8 +87,6 @@ class CORE_EXPORT AnimationTimeline
double currentTime();
double CurrentTimeInternal(bool& is_null);
double CurrentTimeInternal();
- void setCurrentTime(double, bool is_null);
- void SetCurrentTimeInternal(double);
double EffectiveTime();
void PauseAnimationsForTesting(double);

Powered by Google App Engine
This is Rietveld 408576698