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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.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/LayoutSVGRect.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
index 3dfd9a8469bb7a9341623b2ee103b998896c1d2b..507b19f5b8ea295006eee06437b5aadbd0525b44 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
@@ -88,7 +88,8 @@ void LayoutSVGRect::updateShapeFromElement() {
bool LayoutSVGRect::shapeDependentStrokeContains(const FloatPoint& point) {
// The optimized code below does not support non-simple strokes so we need
- // to fall back to LayoutSVGShape::shapeDependentStrokeContains in these cases.
+ // to fall back to LayoutSVGShape::shapeDependentStrokeContains in these
+ // cases.
if (m_usePathFallback || !definitelyHasSimpleStroke()) {
if (!hasPath())
LayoutSVGShape::updateShapeFromElement();

Powered by Google App Engine
This is Rietveld 408576698