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

Unified Diff: third_party/WebKit/Source/core/layout/shapes/Shape.h

Issue 2390413002: Reformat comments in core/layout/shapes (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/shapes/Shape.h
diff --git a/third_party/WebKit/Source/core/layout/shapes/Shape.h b/third_party/WebKit/Source/core/layout/shapes/Shape.h
index c8c21623dfc87697f8e2cfb68dc61eb8a6bd2bcd..66e98123ce91248cf29cf05b842cfc439ae17179 100644
--- a/third_party/WebKit/Source/core/layout/shapes/Shape.h
+++ b/third_party/WebKit/Source/core/layout/shapes/Shape.h
@@ -54,10 +54,11 @@ struct LineSegment {
bool isValid;
};
-// A representation of a BasicShape that enables layout code to determine how to break a line up into segments
-// that will fit within or around a shape. The line is defined by a pair of logical Y coordinates and the
-// computed segments are returned as pairs of logical X coordinates. The BasicShape itself is defined in
-// physical coordinates.
+// A representation of a BasicShape that enables layout code to determine how to
+// break a line up into segments that will fit within or around a shape. The
+// line is defined by a pair of logical Y coordinates and the computed segments
+// are returned as pairs of logical X coordinates. The BasicShape itself is
+// defined in physical coordinates.
class CORE_EXPORT Shape {
USING_FAST_MALLOC(Shape);
« no previous file with comments | « third_party/WebKit/Source/core/layout/shapes/PolygonShape.cpp ('k') | third_party/WebKit/Source/core/layout/shapes/Shape.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698