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

Unified Diff: third_party/WebKit/Source/core/svg/SVGUnknownElement.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/SVGUnknownElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGUnknownElement.h b/third_party/WebKit/Source/core/svg/SVGUnknownElement.h
index 654ebf270afa19543b01334175fb2637e3a262ff..ba86353d911eb054b553ea410d7bb9aa7b632580 100644
--- a/third_party/WebKit/Source/core/svg/SVGUnknownElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGUnknownElement.h
@@ -37,10 +37,12 @@ namespace blink {
// This type is used for 2 kinds of elements:
// - Unknown Elements in SVG namespace
-// - Registered custom tag elements in SVG namespace (http://www.w3.org/TR/2013/WD-custom-elements-20130514/#registering-custom-elements)
+// - Registered custom tag elements in SVG namespace
+// (http://www.w3.org/TR/2013/WD-custom-elements-20130514/#registering-custom-elements)
//
-// The main purpose of this class at the moment is to override layoutObjectIsNeeded() to return
-// false to make sure we don't attempt to layout such elements.
+// The main purpose of this class at the moment is to override
+// layoutObjectIsNeeded() to return false to make sure we don't attempt to
+// layout such elements.
class SVGUnknownElement final : public SVGElement {
public:
DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(SVGUnknownElement);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGTransformList.cpp ('k') | third_party/WebKit/Source/core/svg/SVGUseElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698