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

Unified Diff: third_party/WebKit/Source/core/animation/StringKeyframe.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/StringKeyframe.h
diff --git a/third_party/WebKit/Source/core/animation/StringKeyframe.h b/third_party/WebKit/Source/core/animation/StringKeyframe.h
index 6dc266f62f526189068a2c9cf5629c121b44650b..f77765065ad22ac28c499119da10f56cd9e6aeb3 100644
--- a/third_party/WebKit/Source/core/animation/StringKeyframe.h
+++ b/third_party/WebKit/Source/core/animation/StringKeyframe.h
@@ -14,7 +14,8 @@ namespace blink {
class StyleSheetContents;
-// A specialization of Keyframe that associates user specified keyframe properties with either CSS properties or SVG attributes.
+// A specialization of Keyframe that associates user specified keyframe
+// properties with either CSS properties or SVG attributes.
class StringKeyframe : public Keyframe {
public:
static PassRefPtr<StringKeyframe> create() {

Powered by Google App Engine
This is Rietveld 408576698