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

Unified Diff: third_party/WebKit/Source/core/svg/animation/SVGSMILElement.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/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 };

Powered by Google App Engine
This is Rietveld 408576698