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

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

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.cpp
diff --git a/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.cpp b/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.cpp
index 3230438cead5843c7ccddf1d0d715581efbad658..16aa53b30e0c64b2149ddc10562620bdad505819 100644
--- a/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.cpp
+++ b/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.cpp
@@ -233,8 +233,10 @@ void AnimationEffectReadOnly::updateInheritedTime(
m_calculated.localTime = m_lastUpdateTime;
}
- // Test for events even if timing didn't need an update as the animation may have gained a start time.
- // FIXME: Refactor so that we can DCHECK(m_animation) here, this is currently required to be nullable for testing.
+ // Test for events even if timing didn't need an update as the animation may
+ // have gained a start time.
+ // FIXME: Refactor so that we can DCHECK(m_animation) here, this is currently
+ // required to be nullable for testing.
if (reason == TimingUpdateForAnimationFrame &&
(!m_animation || m_animation->hasStartTime() || m_animation->paused())) {
if (m_eventDelegate)

Powered by Google App Engine
This is Rietveld 408576698