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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp

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/SVGAnimatedTypeAnimator.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
index ed55618e36d5e8d36281168d9566d6a106ed690e..9efefd69f69555f81fe20d2724703e48d199d647 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
@@ -70,9 +70,10 @@ SVGPropertyBase* SVGAnimatedTypeAnimator::createPropertyForAttributeAnimation(
const String& value) const {
// SVG DOM animVal animation code-path.
if (m_type == AnimatedTransformList) {
- // TransformList must be animated via <animateTransform>,
- // and its {from,by,to} attribute values needs to be parsed w.r.t. its "type" attribute.
- // Spec: http://www.w3.org/TR/SVG/single-page.html#animate-AnimateTransformElement
+ // TransformList must be animated via <animateTransform>, and its
+ // {from,by,to} attribute values needs to be parsed w.r.t. its "type"
+ // attribute. Spec:
+ // http://www.w3.org/TR/SVG/single-page.html#animate-AnimateTransformElement
DCHECK(m_animationElement);
SVGTransformType transformType =
toSVGAnimateTransformElement(m_animationElement)->transformType();

Powered by Google App Engine
This is Rietveld 408576698