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

Unified Diff: third_party/WebKit/Source/core/animation/DocumentAnimations.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/DocumentAnimations.h
diff --git a/third_party/WebKit/Source/core/animation/DocumentAnimations.h b/third_party/WebKit/Source/core/animation/DocumentAnimations.h
index 51f4528bd697a2a2d3de116d37d3f41ec8d87a4f..d689d04238a30235dc4707f14a77169f2fa274ce 100644
--- a/third_party/WebKit/Source/core/animation/DocumentAnimations.h
+++ b/third_party/WebKit/Source/core/animation/DocumentAnimations.h
@@ -44,7 +44,8 @@ class DocumentAnimations {
static bool needsAnimationTimingUpdate(const Document&);
static void updateAnimationTimingIfNeeded(Document&);
- // Updates existing animations as part of generating a new (document lifecycle) frame.
+ // Updates existing animations as part of generating a new (document
+ // lifecycle) frame.
static void updateAnimations(Document&);
private:

Powered by Google App Engine
This is Rietveld 408576698