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

Unified Diff: Source/platform/geometry/FloatPolygon.cpp

Issue 858663002: Fix template angle bracket syntax in platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 11 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
« no previous file with comments | « Source/platform/geometry/FloatPolygon.h ('k') | Source/platform/geometry/FloatPolygonTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/FloatPolygon.cpp
diff --git a/Source/platform/geometry/FloatPolygon.cpp b/Source/platform/geometry/FloatPolygon.cpp
index e88f8d7eed805a0a02f86ffc71d2e4ec3c407f31..11fc6be221f46f03faa62dace9046746d9062882 100644
--- a/Source/platform/geometry/FloatPolygon.cpp
+++ b/Source/platform/geometry/FloatPolygon.cpp
@@ -79,7 +79,7 @@ static unsigned findNextEdgeVertexIndex(const FloatPolygon& polygon, unsigned ve
return vertexIndex2;
}
-FloatPolygon::FloatPolygon(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule)
+FloatPolygon::FloatPolygon(PassOwnPtr<Vector<FloatPoint>> vertices, WindRule fillRule)
: m_vertices(vertices)
, m_fillRule(fillRule)
{
« no previous file with comments | « Source/platform/geometry/FloatPolygon.h ('k') | Source/platform/geometry/FloatPolygonTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698