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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.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/SVGResourcesCache.h
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.h b/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.h
index 4d7b6c0c1963af412f86f3e030134c5c3a0bc02c..6d1b12fa7c7358009311197785497dc38b0771bb 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.h
+++ b/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.h
@@ -50,7 +50,8 @@ class SVGResourcesCache {
// Called from all SVG layoutObjects removeChild() methods.
static void clientWillBeRemovedFromTree(LayoutObject*);
- // Called from all SVG layoutObjects destroy() methods - except for LayoutSVGResourceContainer.
+ // Called from all SVG layoutObjects destroy() methods - except for
+ // LayoutSVGResourceContainer.
static void clientDestroyed(LayoutObject*);
// Called from all SVG layoutObjects layout() methods.

Powered by Google App Engine
This is Rietveld 408576698