| Index: third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.h
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.h b/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.h
|
| index de53115b0d99e5abb7b9d8513a4f976de7c1bdba..4884cde1b396f01c54b5254c5585c75893e66d1f 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.h
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.h
|
| @@ -118,9 +118,9 @@ class CORE_EXPORT AnimationEffectReadOnly
|
| protected:
|
| explicit AnimationEffectReadOnly(const Timing&, EventDelegate* = nullptr);
|
|
|
| - // When AnimationEffectReadOnly receives a new inherited time via updateInheritedTime
|
| - // it will (if necessary) recalculate timings and (if necessary) call
|
| - // updateChildrenAndEffects.
|
| + // When AnimationEffectReadOnly receives a new inherited time via
|
| + // updateInheritedTime it will (if necessary) recalculate timings and (if
|
| + // necessary) call updateChildrenAndEffects.
|
| void updateInheritedTime(double inheritedTime, TimingUpdateReason) const;
|
| void invalidate() const { m_needsUpdate = true; }
|
| bool requiresIterationEvents() const {
|
|
|