| Index: third_party/WebKit/Source/platform/geometry/FloatPoint.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/FloatPoint.h b/third_party/WebKit/Source/platform/geometry/FloatPoint.h
|
| index 2f7d59e10197ba8c068fdafe0eaa4e7dd39baa64..3569dae42544cf7699ffc33f8bc3bfd0c06beeb4 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/FloatPoint.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/FloatPoint.h
|
| @@ -236,7 +236,8 @@ inline FloatSize toFloatSize(const FloatPoint& a) {
|
| return FloatSize(a.x(), a.y());
|
| }
|
|
|
| -// Find point where lines through the two pairs of points intersect. Returns false if the lines don't intersect.
|
| +// Find point where lines through the two pairs of points intersect.
|
| +// Returns false if the lines don't intersect.
|
| PLATFORM_EXPORT bool findIntersection(const FloatPoint& p1,
|
| const FloatPoint& p2,
|
| const FloatPoint& d1,
|
|
|