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

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTimeline.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/AnimationTimeline.h
diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.h b/third_party/WebKit/Source/core/animation/AnimationTimeline.h
index 6b53ee1da16eb3d57d4727282c90c47521554cf5..534d9fe576197b6260fee91112bcad3310397da6 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.h
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.h
@@ -48,7 +48,8 @@ namespace blink {
class Document;
class AnimationEffectReadOnly;
-// AnimationTimeline is constructed and owned by Document, and tied to its lifecycle.
+// AnimationTimeline is constructed and owned by Document, and tied to its
+// lifecycle.
class CORE_EXPORT AnimationTimeline
: public GarbageCollectedFinalized<AnimationTimeline>,
public ScriptWrappable {

Powered by Google App Engine
This is Rietveld 408576698