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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimatedColor.h

Issue 2390773004: reflow comments in core/svg/ (Closed)
Patch Set: comments (heh!) 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/svg/SVGAnimatedColor.h
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedColor.h b/third_party/WebKit/Source/core/svg/SVGAnimatedColor.h
index 2930e02d2f6602c73339a1a08958f61f11e9aa41..2fba95e1eaea894319d3357729ea20b0a103daef 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedColor.h
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedColor.h
@@ -39,7 +39,8 @@ namespace blink {
class SVGAnimationElement;
// StyleColor adaptor to SVGPropertyBase. This is only used for SMIL animations.
-// FIXME: WebAnimations: Replacable with AnimatableColor once SMIL animations are implemented in WebAnimations.
+// FIXME: WebAnimations: Replacable with AnimatableColor once SMIL animations
+// are implemented in WebAnimations.
class SVGColorProperty final : public SVGPropertyBase {
public:
static SVGColorProperty* create(const String& colorString) {

Powered by Google App Engine
This is Rietveld 408576698