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

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

Issue 2384263003: Reflow comments in core/animation and subdirs (Closed)
Patch Set: 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/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 {

Powered by Google App Engine
This is Rietveld 408576698