| Index: third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| index 0fec06318eced12f77434ba7c21c4e1c4d568f82..826f30cc1366e00fd42ff621e87785adbb4d8824 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| @@ -181,8 +181,9 @@ class CORE_EXPORT SVGSMILElement : public SVGElement, public SVGTests {
|
| void beginListChanged(SMILTime eventTime);
|
| void endListChanged(SMILTime eventTime);
|
|
|
| - // This represents conditions on elements begin or end list that need to be resolved on runtime
|
| - // for example <animate begin="otherElement.begin + 8s; button.click" ... />
|
| + // This represents conditions on elements begin or end list that need to be
|
| + // resolved on runtime, for example
|
| + // <animate begin="otherElement.begin + 8s; button.click" ... />
|
| class Condition : public GarbageCollectedFinalized<Condition> {
|
| public:
|
| enum Type { EventBase, Syncbase, AccessKey };
|
|
|