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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp

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/LayoutSVGInline.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
index be8d2d03070714577660473c98f49aa9c964c55b..43115a8dc9f39dc9d1fefb4d2299ed387f5d9f9e 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
@@ -149,8 +149,9 @@ void LayoutSVGInline::removeChild(LayoutObject* child) {
void LayoutSVGInline::invalidateTreeIfNeeded(
const PaintInvalidationState& paintInvalidationState) {
- // TODO(wangxianzhu): Verify if the inherited LayoutBoxModelObject::invalidateTreeIfNeeded()
- // is applicable here. If yes, remove this overriding method.
+ // TODO(wangxianzhu): Verify if the inherited
+ // LayoutBoxModelObject::invalidateTreeIfNeeded() is applicable here.
+ // If yes, remove this overriding method.
LayoutObject::invalidateTreeIfNeeded(paintInvalidationState);
}

Powered by Google App Engine
This is Rietveld 408576698