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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGResources.h

Issue 2400783002: Reformat comments in core/layout/svg (Closed)
Patch Set: 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/layout/svg/SVGResources.h
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResources.h b/third_party/WebKit/Source/core/layout/svg/SVGResources.h
index bf5e3c26ba8c59d247cf5400b62f357d72c26ff2..03db5835f4e184934c0d33745f746b6c8d29bb34 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGResources.h
+++ b/third_party/WebKit/Source/core/layout/svg/SVGResources.h
@@ -129,7 +129,9 @@ class SVGResources {
// clipper: 'container elements' and 'graphics elements'
// filter: 'container elements' and 'graphics elements'
// masker: 'container elements' and 'graphics elements'
- // -> a, circle, defs, ellipse, glyph, g, image, line, marker, mask, missing-glyph, path, pattern, polygon, polyline, rect, svg, switch, symbol, text, use
+ // -> a, circle, defs, ellipse, glyph, g, image, line, marker, mask,
+ // missing-glyph, path, pattern, polygon, polyline, rect, svg, switch, symbol,
+ // text, use
struct ClipperFilterMaskerData {
USING_FAST_MALLOC(ClipperFilterMaskerData);
@@ -167,7 +169,8 @@ class SVGResources {
// From SVG 1.1 2nd Edition
// fill: 'shapes' and 'text content elements'
// stroke: 'shapes' and 'text content elements'
- // -> circle, ellipse, line, path, polygon, polyline, rect, text, textPath, tspan
+ // -> circle, ellipse, line, path, polygon, polyline, rect, text, textPath,
+ // tspan
struct FillStrokeData {
USING_FAST_MALLOC(FillStrokeData);
« no previous file with comments | « third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h ('k') | third_party/WebKit/Source/core/layout/svg/SVGResources.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698