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

Unified Diff: third_party/WebKit/Source/core/layout/shapes/RectangleShape.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/shapes/RectangleShape.cpp
diff --git a/third_party/WebKit/Source/core/layout/shapes/RectangleShape.cpp b/third_party/WebKit/Source/core/layout/shapes/RectangleShape.cpp
index 4e6fb896d94269febf458e9c1caa4d8ed55e88c5..4df93c032e76928d8a210881d25fb1df72c326a6 100644
--- a/third_party/WebKit/Source/core/layout/shapes/RectangleShape.cpp
+++ b/third_party/WebKit/Source/core/layout/shapes/RectangleShape.cpp
@@ -90,8 +90,9 @@ void RectangleShape::buildDisplayPaths(DisplayPaths& paths) const {
paths.shape.addRoundedRect(m_bounds, m_radii);
if (shapeMargin())
paths.marginShape.addRoundedRect(
- shapeMarginBounds(), FloatSize(m_radii.width() + shapeMargin(),
- m_radii.height() + shapeMargin()));
+ shapeMarginBounds(),
+ FloatSize(m_radii.width() + shapeMargin(),
+ m_radii.height() + shapeMargin()));
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698