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

Unified Diff: third_party/WebKit/Source/platform/geometry/FloatPolygonTest.cpp

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/FloatPolygonTest.cpp
diff --git a/third_party/WebKit/Source/platform/geometry/FloatPolygonTest.cpp b/third_party/WebKit/Source/platform/geometry/FloatPolygonTest.cpp
index b73147380a20f1cb5d6f51d3a463d24ab677efa9..dac194e122b211a391708f9bc9b96724c6e31c49 100644
--- a/third_party/WebKit/Source/platform/geometry/FloatPolygonTest.cpp
+++ b/third_party/WebKit/Source/platform/geometry/FloatPolygonTest.cpp
@@ -74,7 +74,8 @@ sortedOverlappingEdges(const FloatPolygon& polygon, float minY, float maxY) {
#define SIZEOF_ARRAY(p) (sizeof(p) / sizeof(p[0]))
/**
- * Checks a right triangle. This test covers all of the trivial FloatPolygon accessors.
+ * Checks a right triangle. This test covers all of the trivial FloatPolygon
+ * accessors.
*
* 200,100
* /|
@@ -257,7 +258,8 @@ TEST(FloatPolygonTest, emptyPolygons) {
}
/*
- * Test FloatPolygon::contains() with a trapezoid. The vertices are listed in counter-clockwise order.
+ * Test FloatPolygon::contains() with a trapezoid. The vertices are listed in
+ * counter-clockwise order.
*
* 150,100 250,100
* +----------+
@@ -284,8 +286,8 @@ TEST(FloatPolygonTest, trapezoid) {
}
/*
- * Test FloatPolygon::contains() with a non-convex rectilinear polygon. The polygon has the same shape
- * as the letter "H":
+ * Test FloatPolygon::contains() with a non-convex rectilinear polygon. The
+ * polygon has the same shape as the letter "H":
*
* 100,100 150,100 200,100 250,100
* +--------+ +--------+
« no previous file with comments | « third_party/WebKit/Source/platform/geometry/FloatPolygon.cpp ('k') | third_party/WebKit/Source/platform/geometry/FloatQuad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698