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

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTimeline.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/AnimationTimeline.cpp
diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp b/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
index 9fa0686b3de20fe95a7bb983377b6021a09e5479..12e01785ce9048387df41dbf029ac1e25eb6b006 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
@@ -241,8 +241,8 @@ void AnimationTimeline::setCurrentTimeInternal(double currentTime) {
animation->setOutdated();
}
- // Any corresponding compositor animation will need to be restarted. Marking the
- // effect changed forces this.
+ // Any corresponding compositor animation will need to be restarted. Marking
+ // the effect changed forces this.
setAllCompositorPending(true);
}

Powered by Google App Engine
This is Rietveld 408576698