| 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);
|
|
|