| Index: third_party/WebKit/Source/core/svg/SVGElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| index 0131b45bc2708393d971072d8a866b3b393a9266..f6a282456e5b689936af97796f97b1dce499f910 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| @@ -85,7 +85,8 @@ class CORE_EXPORT SVGElement : public Element {
|
| bool instanceUpdatesBlocked() const;
|
| void setInstanceUpdatesBlocked(bool);
|
|
|
| - // Records the SVG element as having a Web Animation on an SVG attribute that needs applying.
|
| + // Records the SVG element as having a Web Animation on an SVG attribute that
|
| + // needs applying.
|
| void setWebAnimationsPending();
|
| void applyActiveWebAnimations();
|
|
|
|
|