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

Unified Diff: third_party/WebKit/Source/platform/geometry/FloatPoint.h

Issue 2392543003: reflow comments in platform/geometry (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/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,

Powered by Google App Engine
This is Rietveld 408576698