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

Unified Diff: third_party/WebKit/Source/core/animation/CompositorPendingAnimations.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/CompositorPendingAnimations.cpp
diff --git a/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp b/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp
index 20d7ffb32e0acdf5ea51193d09758a024d3afee8..d4a5f912a6ce68f6b057a06195e75ae994288e30 100644
--- a/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp
+++ b/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.cpp
@@ -71,7 +71,8 @@ bool CompositorPendingAnimations::update(bool startOnCompositor) {
for (auto& animation : animations) {
bool hadCompositorAnimation = animation->hasActiveAnimationsOnCompositor();
- // Animations with a start time do not participate in compositor start-time grouping.
+ // Animations with a start time do not participate in compositor start-time
+ // grouping.
if (animation->preCommit(animation->hasStartTime() ? 1 : compositorGroup,
startOnCompositor)) {
if (animation->hasActiveAnimationsOnCompositor() &&

Powered by Google App Engine
This is Rietveld 408576698